From 677ba1585306e88b118fe06145c0b4dcabfc06bb Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Wed, 2 Mar 2016 11:39:10 +0800 Subject: [PATCH] MDL-51075 behat: Fixed exported question file size --- question/type/ddmarker/tests/behat/export.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/ddmarker/tests/behat/export.feature b/question/type/ddmarker/tests/behat/export.feature index c836c4e210c..adbf5290fac 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 "297500" and "297700" bytes + And following "click here" should download between "233600" and "233800" 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 -- 2.43.0