MDL-55071 mod_quiz: Fix behat selector for question chooser
authorFrédéric Massart <fred@moodle.com>
Tue, 27 Sep 2016 15:20:26 +0000 (17:20 +0200)
committerFrédéric Massart <fred@moodle.com>
Tue, 27 Sep 2016 15:39:46 +0000 (17:39 +0200)
commitce1a09f1242f28a436a083e1d1d8eb07a101b51b
tree73cfc2180390a48945ace2edf4a0eced2bd19225
parentb3d0a8b4a786509477f55809ba7e7364ff0bd3b1
MDL-55071 mod_quiz: Fix behat selector for question chooser

The chooser template now re-uses a core one which caused the
IDs of the fields to be changed. The behat tests have been changed
to target the new IDs. Note: using the label values did not work
because more than one matched due to loose checking.
mod/quiz/tests/behat/editing_add.feature
mod/quiz/tests/behat/editing_move_by_click.feature
mod/quiz/tests/behat/editing_repaginate.feature