Files
tubestation/browser/components/backup/tests/browser/browser.toml
kpatenio c08f380406 Bug 1896772 - add tests for the password rules component r=backup-reviewers,sthompson
The patch adds tests for D216762 and D216762.

Tests verify the following:
- Events dispatched by the password-validation-inputs component
- Password validation
- turn-on-scheduled-backups and enable-backup-encryption interactivity modified inputs

Additional changes:
- adding a head.js file for chrome tests
- moving some helper functions used by browser and  chrome tests to their respective head.js files

Differential Revision: https://phabricator.services.mozilla.com/D216892
2024-07-25 22:23:35 +00:00

22 lines
446 B
TOML

[DEFAULT]
prefs = [
"browser.backup.enabled=true",
"browser.backup.preferences.ui.enabled=true",
"browser.backup.scheduled.enabled=false",
]
support-files = [
"head.js",
]
["browser_password_validation_inputs.js"]
["browser_settings.js"]
["browser_settings_enable_backup_encryption.js"]
["browser_settings_restore_from_backup.js"]
["browser_settings_turn_off_scheduled_backups.js"]
["browser_settings_turn_on_scheduled_backups.js"]