Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.5, 2.6.2
-
Component/s: Automated functional tests (behat)
-
Testing Instructions:
-
Affected Branches:MOODLE_25_STABLE, MOODLE_26_STABLE
-
Fixed Branches:MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-43236_master -
Pull Master Diff URL:
Description
Behat has some slight grammar errors with the word exists.
Update steps/features so combinations of should and does with the word exist does not have a plural
Correct: "X should|does (not) exist"
Incorrect: "X should|does (not) exists"