From cddd41f5fdd8bf51ee77960b48dc687a18ae0070 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 4 Mar 2021 12:33:20 +0800 Subject: [PATCH] MDL-69680 tool_dataprivacy: Adjust expected size of downloaded data Adjusting due to the upgrade for jQuery to 3.5.1 --- admin/tool/dataprivacy/tests/behat/dataexport.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/dataprivacy/tests/behat/dataexport.feature b/admin/tool/dataprivacy/tests/behat/dataexport.feature index 968a5f2d459..5c08375cf05 100644 --- a/admin/tool/dataprivacy/tests/behat/dataexport.feature +++ b/admin/tool/dataprivacy/tests/behat/dataexport.feature @@ -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 "130000" bytes + And following "Download" should download between "1" and "144000" bytes And the following config values are set as admin: | privacyrequestexpiry | 1 | tool_dataprivacy |