You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: