We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b9068 commit 141a79eCopy full SHA for 141a79e
docs/rules/no-wait-for-multiple-assertions.md
@@ -7,7 +7,7 @@
7
## Rule Details
8
9
This rule aims to ensure the correct usage of `expect` inside `waitFor`, in the way that they're intended to be used.
10
-When using multiples assertions inside `waitFor`, if one fails, you have to wait for a timeout before seeing it failing.
+When using multiple assertions inside `waitFor`, if one fails, you have to wait for a timeout before seeing it failing.
11
Putting one assertion, you can both wait for the UI to settle to the state you want to assert on,
12
and also fail faster if one of the assertions do end up failing
13
0 commit comments