File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ These rules enforce some of the [best practices recommended for using Cypress](h
130130| [ no-assigning-return-values] ( docs/rules/no-assigning-return-values.md ) | disallow assigning return values of ` cy ` calls | ✅ |
131131| [ no-async-before] ( docs/rules/no-async-before.md ) | disallow using ` async ` /` await ` in Cypress ` before ` methods | |
132132| [ no-async-tests] ( docs/rules/no-async-tests.md ) | disallow using ` async ` /` await ` in Cypress test cases | ✅ |
133+ | [ no-debug] ( docs/rules/no-debug.md ) | disallow using ` cy.debug() ` calls | |
133134| [ no-force] ( docs/rules/no-force.md ) | disallow using ` force: true ` with action commands | |
134135| [ no-pause] ( docs/rules/no-pause.md ) | disallow using ` cy.pause() ` calls | |
135- | [ no-debug] ( docs/rules/no-debug.md ) | disallow using ` cy.debug() ` calls | |
136136| [ no-unnecessary-waiting] ( docs/rules/no-unnecessary-waiting.md ) | disallow waiting for arbitrary time periods | ✅ |
137137| [ require-data-selectors] ( docs/rules/require-data-selectors.md ) | require ` data-* ` attribute selectors | |
138138| [ unsafe-to-chain-command] ( docs/rules/unsafe-to-chain-command.md ) | disallow actions within chains | ✅ |
You can’t perform that action at this time.
0 commit comments