Skip to content

Commit

Permalink
pkp/pkp-lib#10874 Check if tests are failing because of viewport dime…
Browse files Browse the repository at this point in the history
…nsions
  • Loading branch information
Vitaliy-1 committed Feb 6, 2025
1 parent de036a2 commit 756a917
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ module.exports = defineConfig({
experimentalRunAllSpecs: true,
},
// Allow cypress to interact with iframes
chromeWebSecurity: false
chromeWebSecurity: false,
viewportWidth: 3024,
viewportHeight: 1964
})

0 comments on commit 756a917

Please sign in to comment.