The following line causes problems in 3.2 behat testing in Boost:
I click on "Edit" "link"
This is because the new cog menu has a "Edit settings" link that it hits instead and you end up on the mod edit page rather than the wikipage edit page. There's 3 different places this happens. Changing them to
I click on "Edit" "link" in the ".nav-tabs" "css_element"
The following line causes problems in 3.2 behat testing in Boost:
I click on "Edit" "link"
This is because the new cog menu has a "Edit settings" link that it hits instead and you end up on the mod edit page rather than the wikipage edit page. There's 3 different places this happens. Changing them to
I click on "Edit" "link" in the ".nav-tabs" "css_element"
fixes this issue.