diff --git a/question/type/ddimageortext/tests/behat/export.feature b/question/type/ddimageortext/tests/behat/export.feature index 66791de941a..bae19b83cca 100644 --- a/question/type/ddimageortext/tests/behat/export.feature +++ b/question/type/ddimageortext/tests/behat/export.feature @@ -29,7 +29,7 @@ Feature: Test exporting drag and drop onto image 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" - And following "click here" should download between "18500" and "19000" bytes + And following "click here" should download between "18600" and "19150" 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 diff --git a/question/type/ddmarker/tests/behat/export.feature b/question/type/ddmarker/tests/behat/export.feature index 6492c3177a6..45e966b9ae5 100644 --- a/question/type/ddmarker/tests/behat/export.feature +++ b/question/type/ddmarker/tests/behat/export.feature @@ -29,7 +29,7 @@ Feature: Test exporting drag and drop markers 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" - And following "click here" should download between "233600" and "233800" bytes + And following "click here" should download between "233700" and "233950" 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 diff --git a/question/type/ddwtos/tests/behat/export.feature b/question/type/ddwtos/tests/behat/export.feature index c43122e786a..72f5df74420 100644 --- a/question/type/ddwtos/tests/behat/export.feature +++ b/question/type/ddwtos/tests/behat/export.feature @@ -29,7 +29,7 @@ Feature: Test exporting drag and drop into text 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" - And following "click here" should download between "1450" and "1550" bytes + And following "click here" should download between "1550" and "1700" 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 diff --git a/question/type/description/tests/behat/export.feature b/question/type/description/tests/behat/export.feature index 4a2761acc73..46340e2b5d7 100644 --- a/question/type/description/tests/behat/export.feature +++ b/question/type/description/tests/behat/export.feature @@ -27,7 +27,7 @@ Feature: Test exporting Description 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 "650" and "750" bytes + Then following "click here" should download between "750" and "900" 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 diff --git a/question/type/essay/tests/behat/export.feature b/question/type/essay/tests/behat/export.feature index 09429d9b52c..51dd3d73b7e 100644 --- a/question/type/essay/tests/behat/export.feature +++ b/question/type/essay/tests/behat/export.feature @@ -29,7 +29,7 @@ Feature: Test exporting Essay 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 "2600" and "2700" bytes + Then following "click here" should download between "2700" and "2850" 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 diff --git a/question/type/match/tests/behat/export.feature b/question/type/match/tests/behat/export.feature index 8901f8790ae..4dade8bc6ce 100644 --- a/question/type/match/tests/behat/export.feature +++ b/question/type/match/tests/behat/export.feature @@ -27,7 +27,7 @@ Feature: Test exporting Matching 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 "1500" and "1600" bytes + Then following "click here" should download between "1600" and "1750" 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 diff --git a/question/type/multichoice/tests/behat/export.feature b/question/type/multichoice/tests/behat/export.feature index d2715f39869..9a286f72b25 100644 --- a/question/type/multichoice/tests/behat/export.feature +++ b/question/type/multichoice/tests/behat/export.feature @@ -28,7 +28,7 @@ Feature: Test exporting Multiple choice 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 "3700" and "3800" bytes + Then following "click here" should download between "3800" and "3950" 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 diff --git a/question/type/shortanswer/tests/behat/export.feature b/question/type/shortanswer/tests/behat/export.feature index 998cb72d0a4..c3ce90b6312 100644 --- a/question/type/shortanswer/tests/behat/export.feature +++ b/question/type/shortanswer/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 "1300" and "1450" 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 diff --git a/question/type/truefalse/tests/behat/export.feature b/question/type/truefalse/tests/behat/export.feature index 481ae36fd0a..9f73ef51bee 100644 --- a/question/type/truefalse/tests/behat/export.feature +++ b/question/type/truefalse/tests/behat/export.feature @@ -27,7 +27,7 @@ Feature: Test exporting True/False 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 "950" and "1050" bytes + Then following "click here" should download between "1050" 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