Skip to content

Commit d2688da

Browse files
authored
Merge branch 'main' into patch-1
2 parents 6198dbd + c71374b commit d2688da

File tree

2 files changed

+114
-98
lines changed

2 files changed

+114
-98
lines changed

docs/rules/no-wait-for-multiple-assertions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Rule Details
88

99
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.
10+
When using multiple assertions inside `waitFor`, if one fails, you have to wait for a timeout before seeing it failing.
1111
Putting one assertion, you can both wait for the UI to settle to the state you want to assert on,
1212
and also fail faster if one of the assertions do end up failing
1313

0 commit comments

Comments
 (0)