And I follow "Export"
And I set the field "id_format_gift" to "1"
And I press "Export questions to file"
- And following "click here" should download between "1550" and "1650" bytes
+ And following "click here" should download between "1650" and "1800" bytes
And I set the field "id_format_xml" to "1"
And I set the field "Export category" to "TrueFalse"
And I press "Export questions to file"
- And following "click here" should download between "57000" and "58000" bytes
+ And following "click here" should download between "57100" and "58150" bytes
@javascript @_file_upload
Scenario: import some multiple choice questions from Moodle XML format
When I follow "Export"
And I set the field "id_format_xml" to "1"
And I press "Export questions to file"
- Then following "click here" should download between "1550" and "1650" bytes
+ Then following "click here" should download between "1650" and "1800" 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