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
22 lines
446 B
TOML
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"]
|