Skip to content

Commit f82db98

Browse files
committed
test: fix paths
1 parent b8a032e commit f82db98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

webui/playwright.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const config: PlaywrightTestConfig = {
6161
]
6262
},
6363
},
64-
testIgnore: ["/e2e/**/*.website.spec.ts"],
64+
testIgnore: ["/e2e/tests/**/*.website.spec.ts"],
6565
},
6666
{
6767
name: 'dashboard',
@@ -81,7 +81,7 @@ const config: PlaywrightTestConfig = {
8181
]
8282
},
8383
},
84-
testIgnore: ["/e2e/**/*.website.spec.ts", "/e2e/dashboard-demo/**/*.spec.ts"],
84+
testIgnore: ["/e2e/tests/**/*.website.spec.ts", "/e2e/tests/dashboard-demo/**/*.spec.ts"],
8585
},
8686
{
8787
name: 'website',
@@ -101,7 +101,7 @@ const config: PlaywrightTestConfig = {
101101
]
102102
},
103103
},
104-
testIgnore: ["/e2e/**/*.dashboard.spec.ts", "/e2e/dashboard/**/*.spec.ts"],
104+
testIgnore: ["/e2e/tests/**/*.dashboard.spec.ts", "/e2e/tests/dashboard/**/*.spec.ts"],
105105
},
106106
// {
107107
// name: 'firefox',

0 commit comments

Comments
 (0)