diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/behat/export.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/behat/export.feature b/tests/behat/export.feature index 8c92943..73f6bac 100644 --- a/tests/behat/export.feature +++ b/tests/behat/export.feature @@ -27,7 +27,7 @@ Feature: Test exporting Short answer 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" - Then following "click here" should download between "1200" and "1300" bytes + Then following "click here" should download between "1100" 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 |