From efecce2ddf6831872c992dabae52b111fc965077 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Mon, 6 Mar 2023 12:02:19 +0100 Subject: [PATCH] MDL-76989 behat: Increase download size for dataexport After upgrading the Font Awesome from 4.7 to 6.3.0, the moodle.css file is bigger than before, so a few behat tests related to the data export (where the moodle.css file is included), need to be updated to meet the new 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 1ac33e2ac5b..9b35ea3fcd9 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 "150000" bytes + And following "Download" should download between "1" and "200000" 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 "155000" bytes + And following "Download" should download between "1" and "200000" 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 "150000" bytes + And following "Download" should download between "1" and "200000" bytes And the following config values are set as admin: | privacyrequestexpiry | 1 | tool_dataprivacy |