Skip to content

Commit 6bf1fa4

Browse files
committed
update: rename project from 'chromium' to 'default' in Playwright config
1 parent 776edb0 commit 6bf1fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/qit/test-package/playwright.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ export default defineConfig( {
7373
/* Configure projects for subpackages */
7474
projects: [
7575
{
76-
name: 'chromium',
76+
name: 'default',
7777
use: { ...devices[ 'Desktop Chrome' ] },
78-
testMatch: /tests\/basic\.spec\.ts$/,
78+
testMatch: /basic\.spec\.ts$/,
7979
},
8080
{
8181
name: 'shopper',

0 commit comments

Comments
 (0)