Skip to content

Commit 9f59623

Browse files
authored
fix(e2e): give the tab-seo project a tall viewport so the sidebar dock list doesn't overflow (#1084)
1 parent 15f8145 commit 9f59623

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default defineConfig({
6666
use: {
6767
...devices['Desktop Chrome'],
6868
baseURL: `http://localhost:${s.port}`,
69+
viewport: { width: 1280, height: 2000 },
6970
},
7071
metadata: { playground: s.playground, mode: s.mode },
7172
})),

0 commit comments

Comments
 (0)