Skip to content

Commit

Permalink
fix(forms): Fixed E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccailly committed Nov 4, 2024
1 parent 6faf2d9 commit 4cdd220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = defineConfig({
e2e: {
baseUrl: "http://localhost:80",
experimentalMemoryManagement: true,
retries: 3,
setupNodeEvents(on) {
// implement node event listeners here
// Remove --start-maximized flag from Chrome
Expand Down

0 comments on commit 4cdd220

Please sign in to comment.