diff --git a/packages/app/cypress.json b/packages/app/cypress.json index 6ae1ae6026..6c4e2658ca 100644 --- a/packages/app/cypress.json +++ b/packages/app/cypress.json @@ -1,4 +1,6 @@ { "baseUrl": "http://localhost:3000", - "pluginsFile": false + "pluginsFile": false, + "viewportHeight": 900, + "viewportWidth": 1440 } diff --git a/packages/app/cypress/.eslintrc.json b/packages/app/cypress/.eslintrc.json index 2b3a458b95..b7b7a349f9 100644 --- a/packages/app/cypress/.eslintrc.json +++ b/packages/app/cypress/.eslintrc.json @@ -17,5 +17,14 @@ "bundledDependencies": true } ] - } + }, + "overrides": [ + { + "files": ["*.spec.js"], + "rules": { + "jest/valid-expect": 0, + "jest/expect-expect": 0 + } + } + ] } diff --git a/packages/app/cypress/fixtures/techdocs/components/default.html b/packages/app/cypress/fixtures/techdocs/components/default.html index a09a5c9293..e49e59a0f5 100644 --- a/packages/app/cypress/fixtures/techdocs/components/default.html +++ b/packages/app/cypress/fixtures/techdocs/components/default.html @@ -219,7 +219,10 @@