From b62095fa97bd63270d9c2ee7a5d95854402f1549 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 19 Nov 2021 12:07:07 +0100 Subject: [PATCH] MDL-72799 behat: Increase allowed size for privacy exports Because of more moodle.css contents, the total size of the privacy exports has grown over the allowed size. Just raise it a little bit more. Note this commit isn't a problem caused exclusively by this issue, but as far as this also contributed to the size increase, assigning the fix to it. --- 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 ce458a7df87..ff4f0f13545 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 "146000" bytes + And following "Download" should download between "1" and "150000" 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 "146000" bytes + And following "Download" should download between "1" and "150000" 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 "146000" bytes + And following "Download" should download between "1" and "150000" bytes And the following config values are set as admin: | privacyrequestexpiry | 1 | tool_dataprivacy |