We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b54b2d commit 8d7e91eCopy full SHA for 8d7e91e
README.md
@@ -73,7 +73,7 @@ Disable the `cypress/no-unnecessary-waiting` rule for the entire file by placing
73
/* eslint-disable cypress/no-unnecessary-waiting */
74
```
75
76
-Disable the `cypress/no-unnecessary-waiting` rule for a portion of the file:
+Disable the `cypress/no-unnecessary-waiting` rule for only a portion of the file:
77
78
```js
79
it('waits for a second', () => {
docs/rules/no-unnecessary-waiting.md
@@ -1,3 +1,3 @@
1
-## No Assigning Return Values
+## No Unnecessary Waiting
2
3
See [the Cypress Best Practices guide](https://on.cypress.io/best-practices#Unnecessary-Waiting).
0 commit comments