Skip to content

Commit e904a24

Browse files
committed
Enable webkit e2e tests
1 parent 174b775 commit e904a24

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

test/playwright.config.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ const config: PlaywrightTestConfig = {
3333
// name: "Firefox",
3434
// use: { browserName: "firefox" },
3535
// },
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-
// },
36+
{
37+
name: "WebKit",
38+
use: { browserName: "webkit" },
39+
},
4240
],
4341
}
4442

0 commit comments

Comments
 (0)