fix(firefox): remove pref override (#17674)

There is no need for the workaround anymore.

Fixes #17528.
This commit is contained in:
Dmitry Gozman 2022-09-29 09:22:39 -07:00 committed by GitHub
parent afa9c1528b
commit a49ea7357a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,5 +89,4 @@ export class Firefox extends BrowserType {
// Prefs for quick fixes that didn't make it to the build.
// Should all be moved to `playwright.cfg`.
const kBandaidFirefoxUserPrefs = {
'network.cookie.cookieBehavior': 4,
};