-
- Downloads
Bug 1865689 - Fixup browser.toml - move prefs to DEFAULT. a=test-only
The individual test ran as expected when prefs was next to the file. But when the whole directory is selected, the test runner refuses to run the test due to the following error: > The 'prefs' key must be set in the DEFAULT section of a manifest. This patch fixes the issue by moving prefs to DEFAULT. This is okay because the other test in the test manifest is independent of the pref. Differential Revision: https://phabricator.services.mozilla.com/D196295
Please register or sign in to comment