Skip to content

Commit a08851a

Browse files
authored
chore: update examples (#92)
1 parent 3efb95d commit a08851a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/playwright.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = defineConfig({
7171
// },
7272
// {
7373
// name: 'Google Chrome',
74-
// use: { ..devices['Desktop Chrome'], channel: 'chrome' },
74+
// use: { ...devices['Desktop Chrome'], channel: 'chrome' },
7575
// },
7676
],
7777

assets/playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default defineConfig({
7070
// },
7171
// {
7272
// name: 'Google Chrome',
73-
// use: { ..devices['Desktop Chrome'], channel: 'chrome' },
73+
// use: { ...devices['Desktop Chrome'], channel: 'chrome' },
7474
// },
7575
],
7676

0 commit comments

Comments
 (0)