Skip to content

Commit

Permalink
Added flag to wait for animations to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Feb 1, 2024
1 parent 850ec6d commit b88ba44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = defineConfig({
testIsolation: false,
baseUrl: "http://localhost:5173",
specPattern: "tests/e2e/specs/**/*.{js,jsx,ts,tsx}",
supportFile: "tests/e2e/support/index.js"
supportFile: "tests/e2e/support/index.js",
waitForAnimations: true
}
});

0 comments on commit b88ba44

Please sign in to comment.