Skip to content

Commit b83563a

Browse files
authored
Disable GFX sanity window for Firefox (#2502)
1 parent 1361f65 commit b83563a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/PuppeteerSharp/FirefoxLauncher.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ private static void CreateProfile(TempDirectory tempUserDataDirectory)
281281
// Disable download and usage of OpenH264: and Widevine plugins
282282
["media.gmp-manager.updateEnabled"] = false,
283283

284+
// Disable the GFX sanity window
285+
["media.sanity-test.disabled"] = true,
286+
284287
// Prevent various error message on the console
285288
// jest-puppeteer asserts that no error message is emitted by the console
286289
["network.cookie.cookieBehavior"] = 0,

0 commit comments

Comments
 (0)