File tree 1 file changed +1
-1
lines changed
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
130
130
| [ no-assigning-return-values] ( docs/rules/no-assigning-return-values.md ) | disallow assigning return values of ` cy ` calls | ✅ |
131
131
| [ no-async-before] ( docs/rules/no-async-before.md ) | disallow using ` async ` /` await ` in Cypress ` before ` methods | |
132
132
| [ 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 | |
133
134
| [ no-force] ( docs/rules/no-force.md ) | disallow using ` force: true ` with action commands | |
134
135
| [ 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 | |
136
136
| [ no-unnecessary-waiting] ( docs/rules/no-unnecessary-waiting.md ) | disallow waiting for arbitrary time periods | ✅ |
137
137
| [ require-data-selectors] ( docs/rules/require-data-selectors.md ) | require ` data-* ` attribute selectors | |
138
138
| [ 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