Skip to content

Commit 2c0eeec

Browse files
authored
Update playwright.config.ts (#294)
1 parent 4b22df6 commit 2c0eeec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

playwright.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ export default defineConfig({
5959
projects: [
6060
{
6161
name: 'chromium',
62-
use: {
63-
...devices['Desktop Chrome'],
64-
launchOptions: {
65-
args: ['--enable-webgl', '--ignore-gpu-blocklist'],
66-
},
67-
},
62+
use: { ...devices['Desktop Chrome'], },
6863
},
6964
/**
7065
{

0 commit comments

Comments
 (0)