mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
MDL-71689 behat: Raise privacy requests allowed sizes
This issue comes with some good new CSS that is included in the privacy request downloads. Now that's causing them to be over the allowed (tested) size (68 bytes). So raising it by 500 bytes to have some margin.
This commit is contained in:
parent
3b9aa60fb8
commit
d87511c097
@ -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 "144000" bytes
|
||||
And following "Download" should download between "1" and "144500" bytes
|
||||
|
||||
And the following config values are set as admin:
|
||||
| privacyrequestexpiry | 1 | tool_dataprivacy |
|
||||
|
Loading…
x
Reference in New Issue
Block a user