Skip to content

Commit

Permalink
chore: heading of no-unnecessary-waiting.md (#124)
Browse files Browse the repository at this point in the history
* Fix heading of no-unnecessary-waiting.md
---------

Co-authored-by: Lachlan Miller <[email protected]>
  • Loading branch information
openjck and lmiller1990 committed Mar 21, 2023
1 parent 0b54b2d commit 8d7e91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Disable the `cypress/no-unnecessary-waiting` rule for the entire file by placing
/* eslint-disable cypress/no-unnecessary-waiting */
```

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:

```js
it('waits for a second', () => {
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-unnecessary-waiting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## No Assigning Return Values
## No Unnecessary Waiting

See [the Cypress Best Practices guide](https://on.cypress.io/best-practices#Unnecessary-Waiting).

0 comments on commit 8d7e91e

Please sign in to comment.