anthology-ally / moodle-report_allylti

1 stars 11 forks source link

11 Fix matching locator "#settingsnav" not found #12

Open leonstr opened 2 months ago

leonstr commented 2 months ago

Previously the tests in view_report.feature failed with Firefox (but not Chrome). Apparently this is because "Accessibility report" was clicked twice in succession.

Proposed fix for #11 . This removes the first click of "Accessibility report" from behat_report_allylti->navigate_ax_report() so there is now only one click on this link. With this change the test now passes with both headlesschromedriver and headlessfirefox (on my system).