1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-20 07:30:01 +01:00

Merge branch 'MDL-23545-phpunit-fixes' of https://github.com/timhunt/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2018-09-19 18:10:37 +02:00
commit 881f451bf0

@ -27,7 +27,7 @@ Feature: Test exporting True/False questions
When I navigate to "Question bank > Export" in current page administration
And I set the field "id_format_xml" to "1"
And I press "Export questions to file"
Then following "click here" should download between "1050" and "1200" bytes
Then following "click here" should download between "1000" and "1200" bytes
# If the download step is the last in the scenario then we can sometimes run
# into the situation where the download page causes a http redirect but behat
# has already conducted its reset (generating an error). By putting a logout