moodleou / moodle-mod_ouwiki

Alternative wiki module for Moodle 2 (designed for use in teaching and learning)
36 stars 33 forks source link

Behat failures in 3.2 with Boost #71

Open davidscotson opened 7 years ago

davidscotson commented 7 years ago

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.

jason-platts commented 7 years ago

Thanks for the heads up... we are just switching to 3.2 as we speak so will look into this (you suggestion looks like it will do the trick).