You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/prefer-wait-for.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
7
7
This rule aims to use `waitFor` async util rather than previous deprecated ones.
8
8
9
-
Deprecated wait async utils are:
9
+
Deprecated `wait` async utils are:
10
10
11
11
-`wait`
12
12
-`waitForElement`
13
13
-`waitForDomChange`
14
14
15
-
> This rule will auto fix deprecated async utils for you, including necessary empty callback for `waitFor`. This means `wait();` will be replaced with `waitFor(() => {});`
15
+
> This rule will auto fix deprecated async utils for you, including the necessary empty callback for `waitFor`. This means `wait();` will be replaced with `waitFor(() => {});`
0 commit comments