From 96388117d4432c7ddfbdb5cbce2cd7e2210b62bb Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Fri, 16 Nov 2018 10:30:14 +0800 Subject: [PATCH] MDL-63660 tool_dataprivacy: Increase expected export file size --- admin/tool/dataprivacy/tests/behat/dataexport.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/tool/dataprivacy/tests/behat/dataexport.feature b/admin/tool/dataprivacy/tests/behat/dataexport.feature index e0ab9841f7f..968a5f2d459 100644 --- a/admin/tool/dataprivacy/tests/behat/dataexport.feature +++ b/admin/tool/dataprivacy/tests/behat/dataexport.feature @@ -49,7 +49,7 @@ Feature: Data export from the privacy API And I reload the page And I should see "Download ready" in the "Victim User 1" "table_row" And I open the action menu in "Victim User 1" "table_row" - And following "Download" should download between "1" and "100000" bytes + And following "Download" should download between "1" and "130000" bytes And the following config values are set as admin: | privacyrequestexpiry | 1 | tool_dataprivacy | And I wait "1" seconds @@ -87,7 +87,7 @@ Feature: Data export from the privacy API And I reload the page And I should see "Download ready" in the "Export all of my personal data" "table_row" And I open the action menu in "Victim User 1" "table_row" - And following "Download" should download between "1" and "100000" bytes + And following "Download" should download between "1" and "130000" bytes And the following config values are set as admin: | privacyrequestexpiry | 1 | tool_dataprivacy | @@ -127,7 +127,7 @@ Feature: Data export from the privacy API And I reload the page And I should see "Download ready" in the "Victim User 1" "table_row" And I open the action menu in "Victim User 1" "table_row" - And following "Download" should download between "1" and "100000" bytes + And following "Download" should download between "1" and "130000" bytes And the following config values are set as admin: | privacyrequestexpiry | 1 | tool_dataprivacy |