Skip to content
Snippets Groups Projects
Unverified Commit 09cc197a authored by Uladzimir Havenchyk's avatar Uladzimir Havenchyk Committed by GitHub
Browse files

Do not allow cy.pause() to go into commit (#42387)

parent c1862e93
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
"no-console": 0,
"@typescript-eslint/no-namespace": "off",
"cypress/no-async-tests": "error",
"cypress/no-pause": "error",
"quotes": ["error", "double", { "avoidEscape": true }],
"no-restricted-imports": [
"error",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment