Skip to content

Commit 240545d

Browse files
fix: set fixed viewport size for cypress tests
1 parent bf1e1a6 commit 240545d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

e2e/cypress.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"baseUrl": "http://localhost:8000"
2+
"baseUrl": "http://localhost:8000",
3+
"viewportWidth": 1200,
4+
"viewportHeight": 660
35
}

0 commit comments

Comments
 (0)