increase the cypress viewport size
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"baseUrl": "http://localhost:3000",
|
"baseUrl": "http://localhost:3000",
|
||||||
"integrationFolder": "../docs/src/",
|
"integrationFolder": "../docs/src/",
|
||||||
"testFiles": "**/*.spec.js"
|
"testFiles": "**/*.spec.js",
|
||||||
|
"viewportWidth": 1280,
|
||||||
|
"viewportHeight": 1280
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user