From cc28bff60e88941ef2cae81749ccbc81e3c2722e Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 26 Sep 2019 19:35:54 +0200 Subject: [PATCH] MDL-64821 mod_forum: increase data privacy export expected size Some new styles added have caused the resulting zip file to go beyond that accepted limit of 135000. So increasing to 140000. --- 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 78751ccd8a2..948a728e83c 100644 --- a/admin/tool/dataprivacy/tests/behat/dataexport.feature +++ b/admin/tool/dataprivacy/tests/behat/dataexport.feature @@ -54,7 +54,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 "135000" bytes + And following "Download" should download between "1" and "140000" bytes And the following config values are set as admin: | privacyrequestexpiry | 1 | tool_dataprivacy | And I wait "1" seconds @@ -89,7 +89,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 "135000" bytes + And following "Download" should download between "1" and "140000" bytes And the following config values are set as admin: | privacyrequestexpiry | 1 | tool_dataprivacy | @@ -126,7 +126,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 "135000" bytes + And following "Download" should download between "1" and "140000" bytes And the following config values are set as admin: | privacyrequestexpiry | 1 | tool_dataprivacy | -- 2.43.0