mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
DOC Fix typo in README to use correct prop for URLSegment
This commit is contained in:
parent
fc6b47b821
commit
16d6814255
@ -633,7 +633,7 @@ It's based on the `vendor/bin/behat -di @cms` output.
|
||||
- Example: Given a "page" "Page 1"
|
||||
|
||||
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" with (?<data>.*)$/
|
||||
- Example: Given a "page" "Page 1" with "URL"="page-1" and "Content"="my page 1"
|
||||
- Example: Given a "page" "Page 1" with "URLSegment"="page-1" and "Content"="my page 1"
|
||||
|
||||
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" has the following data$/
|
||||
- Example: And the "page" "Page 2" has the following data
|
||||
|
Loading…
Reference in New Issue
Block a user