diff --git a/src/client/cypress.config.js b/src/client/cypress.config.js index 62b9b3bb7..3fd0d54a8 100644 --- a/src/client/cypress.config.js +++ b/src/client/cypress.config.js @@ -28,7 +28,6 @@ module.exports = defineConfig({ }, }, defaultCommandTimeout: 10000, - waitForAnimations: false, animationDistanceThreshold: 50, retries: 3 });