We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174b775 commit e904a24Copy full SHA for e904a24
1 file changed
test/playwright.config.ts
@@ -33,12 +33,10 @@ const config: PlaywrightTestConfig = {
33
// name: "Firefox",
34
// use: { browserName: "firefox" },
35
// },
36
- // Keeps failing with "Underlying ArrayBuffer has been detached from the view or out-of-bounds"
37
- // Not sure what we can do about it...so skip for now.
38
- // {
39
- // name: "WebKit",
40
- // use: { browserName: "webkit" },
41
- // },
+ {
+ name: "WebKit",
+ use: { browserName: "webkit" },
+ },
42
],
43
}
44
0 commit comments