diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-02 23:28:54 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-02 23:28:54 +0100 |
commit | 8f079b654779612dfc9aae041245d9f6c60270ad (patch) | |
tree | c4e11a7dc2c93126a0665cfb5fe784c8b88880bc /tests | |
parent | 1f8c26f25b52d410d126eeeb30f61012094beaaa (diff) |
Fix styles.css
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 |