Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.7
-
Fix Version/s: 3.7
-
Component/s: Automated functional tests (behat)
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_37_STABLE
-
Fixed Branches:MOODLE_37_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
Currently the behat step [I press "something" in the app], only support for elements with visible text or with a label associated using the 'aria-label' attribute. There are many elements that don't have visible text or aria-label, like course completion checkbox, edit icon...
Most icon, image has "alt" attribute on it, we could use this to select the element.