diff --git a/src/client/cypress.config.js b/src/client/cypress.config.js index 4acf0562d..443bc95cc 100644 --- a/src/client/cypress.config.js +++ b/src/client/cypress.config.js @@ -28,4 +28,6 @@ module.exports = defineConfig({ }, }, defaultCommandTimeout: 10000, + waitForAnimations: false, + animationDistanceThreshold: 50, });