gecko-dev/browser/components/shell/test/browser.ini
Haik Aftandilian 5964b7a9f4 Bug 1549046 - Re-enable the "Set As Desktop Background" test on macOS r=spohl
Refactor the test to use a python program to check that the background was successfully changed and re-enable the test on macOS.

For running in automation, this test is dependent on Mac test runner instances being configured to allow users to change the desktop background. A code change to allow this has already been landed. See bug for the additional patches.

Differential Revision: https://phabricator.services.mozilla.com/D72456
2020-05-28 14:29:27 +00:00

11 lines
232 B
INI

[DEFAULT]
[browser_420786.js]
skip-if = os != "linux"
[browser_633221.js]
skip-if = os != "linux"
[browser_1119088.js]
support-files =
mac_desktop_image.py
skip-if = os != "mac" || verify
[browser_setDesktopBackgroundPreview.js]