MDL-72179 behat: Fix page resolvers to remove ambiguity
commitf1b41a1a7ac04c73d2456aac256e9f9170d41fa5
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 20 Jul 2021 05:09:46 +0000 (20 13:09 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Fri, 23 Jul 2021 12:43:48 +0000 (23 20:43 +0800)
tree96b33023d38660a41b53d292e748c52fb1c294be
parentba8e0a4871b03b3127a87fb93283361756f3950e
MDL-72179 behat: Fix page resolvers to remove ambiguity

The simple pattern matches were conflicting in some situations. To make
this backwards compatable we need to convert it to a Regex pattern match
instead, and provide the quoted and unquoted variants.
admin/tool/behat/tests/behat/i_am_on_page.feature
lib/tests/behat/behat_navigation.php