diff --git a/cypress/.eslintrc.js b/cypress/.eslintrc.js index a0577933..91c898c6 100644 --- a/cypress/.eslintrc.js +++ b/cypress/.eslintrc.js @@ -4,4 +4,7 @@ module.exports = { }, extends: ['plugin:cypress/recommended'], plugins: ['cypress'], + rules: { + 'cypress/unsafe-to-chain-command': 0, + }, }