Merge branch '5.0' into 5

This commit is contained in:
Steve Boyd 2023-06-01 13:45:02 +12:00
commit 26c554cb9a

View File

@ -1043,7 +1043,7 @@ JS;
/** /**
* Checks the order of two texts. * Checks the order of two texts.
* Assumptions: the two texts appear in their conjunct parent element once * Assumptions: the two texts appear in their conjunct parent element once
* @Then /^I should see the text "(?P<textBefore>(?:[^"]|\\")*)" (before|after) the text "(?P<textAfter>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/ * @Then /^I should see the text "(?P<textBefore>(?:[^"]|\\")*)" (?P<order>(before|after)) the text "(?P<textAfter>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/
* @param string $textBefore * @param string $textBefore
* @param string $order * @param string $order
* @param string $textAfter * @param string $textAfter