Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.8
-
Component/s: Automated functional tests (behat)
Description
The behat app step "And I press the main menu button in the app" is failing when using Moodle Mobile App integration branch code (v3.8).
There must have been a change in the page presentation as the selector for the "main menu" case (line 404 of lib/tests/behat/app_behat_runtime.js) is no longer finding the more menu button (probably a minor app v3.8 release change).
The current selector is looking for an ion-icon[area-label=more] which no longer exists. Changing the selector to include ion-icon[area-label=menu] fixes this step and allows it to work for app v3.7 and v3.8.