moodle/mod/workshop/tests/behat
David Mudrák 6218889e2d MDL-56486 workshop: Do not rely on the button implementation in behat
It turned out that behat's "I should see ..." does not work for buttons
rendered as `<input>` elements so this assertion worked only in Boost
where the button is rendered as `<button>` but not in Clean.

But we do not really need this check here. All we need is to make sure
that the form has been saved successfully. For which, checking for the
text on the page is enough.

p.s. Another mistake of mine to not double-check behat on both standard
themes. Sigh ...
2017-07-12 11:58:08 +02:00
..
behat_mod_workshop.php MDL-40759 icons: Behat fixes for font-awesome 2017-03-17 15:52:18 +08:00
delete_submission.feature MDL-58265 core_test: replace I turn editing on steps 2017-04-03 11:37:07 +08:00
embedded_images.feature MDL-58265 core_test: replace I turn editing on steps 2017-04-03 11:37:07 +08:00
example_submission.feature MDL-58265 core_test: replace I turn editing on steps 2017-04-03 11:37:07 +08:00
export_submission.feature MDL-58265 core_test: replace I turn editing on steps 2017-04-03 11:37:07 +08:00
file_type_restriction.feature MDL-56486 workshop: Do not rely on the button implementation in behat 2017-07-12 11:58:08 +02:00
grade_to_pass.feature MDL-58265 core_test: replace I turn editing on steps 2017-04-03 11:37:07 +08:00
workshop_assessment.feature MDL-58265 core_test: replace I turn editing on steps 2017-04-03 11:37:07 +08:00