Merge branch '4' into 5

This commit is contained in:
Maxime Rainville 2023-06-23 14:17:35 +12:00
commit c5927efce1
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,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