MDL-51075 behat: Fixed exported question file size

This commit is contained in:
Rajesh Taneja 2016-03-02 11:39:10 +08:00
parent 121a0d12fb
commit 677ba15853

View File

@ -29,7 +29,7 @@ Feature: Test exporting drag and drop markers questions
When I navigate to "Export" node in "Course administration > Question bank"
And I set the field "id_format_xml" to "1"
And I press "Export questions to file"
And following "click here" should download between "297500" and "297700" bytes
And following "click here" should download between "233600" and "233800" 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