Skip to content

Commit adf2614

Browse files
committed
test(e2e): fix mobile project reference to renamed menu-route spec
The mobile Playwright project still matched multi-tenant-menu.spec.ts, which was renamed to menu-route.spec.ts, silently dropping that route from mobile coverage.
1 parent e8574fb commit adf2614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default defineConfig({
4848
"**/home.spec.ts",
4949
"**/chat.spec.ts",
5050
"**/i18n.spec.ts",
51-
"**/multi-tenant-menu.spec.ts",
51+
"**/menu-route.spec.ts",
5252
],
5353
},
5454
],

0 commit comments

Comments
 (0)