mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
Note about publication state on child pages
This commit is contained in:
parent
6a24609dab
commit
752abd4447
@ -638,6 +638,7 @@ It's based on the `vendor/bin/behat -di @cms` output.
|
||||
|
||||
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" is a (?<relation>[^\s]*) of (?:(an|a|the) )"(?<relationType>[^"]+)" "(?<relationId>[^"]+)"/
|
||||
- Example: Given the "page" "Page 1.1" is a child of the "page" "Page1"
|
||||
Note that this change is not published by default
|
||||
|
||||
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" is (?<state>[^"]*)$/
|
||||
- Example: Given the "page" "Page 1" is not published
|
||||
|
@ -189,7 +189,8 @@ class FixtureContext extends BehatContext
|
||||
}
|
||||
|
||||
/**
|
||||
* Example: Given the "page" "Page 1.1" is a child of the "page" "Page1"
|
||||
* Example: Given the "page" "Page 1.1" is a child of the "page" "Page1".
|
||||
* Note that this change is not published by default
|
||||
*
|
||||
* @Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" is a (?<relation>[^\s]*) of (?:(an|a|the) )"(?<relationType>[^"]+)" "(?<relationId>[^"]+)"/
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user