moodle/mod/workshop
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
..
allocation MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
amd MDL-54833 workshop: Enhance accessibility of the userplan widget 2016-10-21 17:03:06 +02:00
backup MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
classes MDL-56888 workshop: Fix Leap2A export of the workshop submission 2016-11-10 15:30:11 +01:00
db MDL-58933 upgrade: add 3.3.0 separation line to all upgrade scripts 2017-05-19 19:22:07 +02:00
eval MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
form MDL-56486 workshop: Use filetypes utility class to check submitted files 2017-07-06 09:49:04 +02:00
lang/en MDL-56486 workshop: Use the new filetypes element in the mod_form 2017-07-06 09:49:04 +02:00
pix MDL-50175 graphics: Optimized SVGs with SVGO. 2016-02-25 11:56:42 +00:00
tests MDL-56486 workshop: Do not rely on the button implementation in behat 2017-07-12 11:58:08 +02:00
aggregate.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
allocation.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
assessment.php MDL-54945 workshop: Introduce workshop::check_group_membership() method 2016-10-11 20:23:55 +02:00
editform.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
editformpreview.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
exassessment.php MDL-55957 workshop: Fix the embedded files serving 2016-09-14 12:14:56 +02:00
excompare.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
exsubmission.php MDL-55957 workshop: Fix the embedded files serving 2016-09-14 12:14:56 +02:00
feedbackauthor_form.php MDL-44183 mod_workshop: unified @package use 2014-02-21 08:33:40 +13:00
feedbackreviewer_form.php MDL-44183 mod_workshop: unified @package use 2014-02-21 08:33:40 +13:00
fileinfolib.php MDL-37602 Add support for browsing the overall feedback files 2013-03-26 21:25:45 +01:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-56486 workshop: Use filetypes utility class to normalize file types 2017-07-06 09:49:04 +02:00
locallib.php MDL-56486 workshop: Fix accepted_types for submission attachments 2017-07-12 09:57:06 +02:00
mod_form.php MDL-56486 workshop: Use the new filetypes element in the mod_form 2017-07-06 09:49:04 +02:00
renderer.php MDL-51932 workshop: Improve UX for teachers on switching workshop phases 2017-04-18 18:00:59 +02:00
settings.php MDL-44183 mod_workshop: unified @package use 2014-02-21 08:33:40 +13:00
styles.css MDL-51932 workshop: Improve UX for teachers on switching workshop phases 2017-04-18 18:00:59 +02:00
submission.php MDL-54945 workshop: Improve the portfolio API implementation 2016-10-12 18:35:02 +02:00
submission_form.php MDL-56486 workshop: Use filetypes utility class to check submitted files 2017-07-06 09:49:04 +02:00
switchphase.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
toolbox.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
upgrade.txt MDL-44340 mod_workshop: Added an event call to phase switched page. 2014-04-03 13:08:27 +08:00
version.php MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
view.php MDL-40759 icons: Behat fixes for font-awesome 2017-03-17 15:52:18 +08:00