Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
MDL-63165 question: Bump expected size of question exports (take II)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Aug 29, 2018
1 parent 9e85412 commit 12ef47c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion question/format/gift/tests/behat/import_export.feature
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Feature: Test importing questions from GIFT format.
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
2 changes: 1 addition & 1 deletion question/format/xml/tests/behat/import_export.feature
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Feature: Test importing questions from Moodle XML format.
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
Expand Down
2 changes: 1 addition & 1 deletion question/type/gapselect/tests/behat/import_test.feature
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Feature: Import and export select missing words questions
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
Expand Down

0 comments on commit 12ef47c

Please sign in to comment.