Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.5.12, 3.7.6, 3.8.3, 3.9
-
Component/s: Gradebook
-
Testing Instructions:
-
Affected Branches:MOODLE_35_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
Fixed Branches:MOODLE_35_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.5 Branch:
MDL-69149-35 -
Pull 3.5 Diff URL:
-
Pull 3.8 Branch:
MDL-69149-38 -
Pull 3.8 Diff URL:
-
Pull 3.9 Branch:
MDL-69149-39 -
Pull 3.9 Diff URL:
-
Pull Master Branch:
MDL-69149-master -
Pull Master Diff URL:
Description
No idea why this doesn't fail on chrome or old firefox but it fails with newer versions of firefox.
We have an invalid xpath!
//input[@class='idnumber'][parent::li[@class='item'][text()='grade item 1'] | parent::li[@class='categoryitem' | @class='courseitem']/parent::ul/parent::li[starts-with(text(),'grade item 1')]]
|
The following part is invalid:
li[@class='categoryitem' | @class='courseitem']
|
You can't use a pipe for an attribute alternative.
Attachments
Issue Links
- blocks
-
MDL-66979 Switch all the behat testing to the new W3C drivers
-
- Closed
-