aboutsummaryrefslogtreecommitdiff
path: root/tests/behat/export.feature
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2019-05-24 19:48:26 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2019-05-28 17:39:31 +0200
commit2b7ff15f16d6ae55ed51ce70b55f396830615a86 (patch)
tree94ba41c2c040861456ba094462aa749b1569bcb8 /tests/behat/export.feature
parentab5128112dece685aa1d62c668f29d7b863905ae (diff)
Add behat test for combinable
Diffstat (limited to 'tests/behat/export.feature')
-rw-r--r--tests/behat/export.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/behat/export.feature b/tests/behat/export.feature
index 10057ff..21c02fb 100644
--- a/tests/behat/export.feature
+++ b/tests/behat/export.feature
@@ -27,7 +27,7 @@ Feature: Test exporting Algebra 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 "1100" and "1200" bytes
+ Then following "click here" should download between "1100" and "1300" 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