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
@@ -143,6 +142,7 @@ To enable this configuration use the `extends` property in your
143
142
|[no-side-effects-wait-for](docs/rules/no-side-effects-wait-for.md)| Disallow the use of side effects inside `waitFor`|||
144
143
|[no-wait-for-empty-callback](docs/rules/no-wait-for-empty-callback.md)| Disallow empty callbacks for `waitFor` and `waitForElementToBeRemoved`|![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]||
145
144
|[no-wait-for-snapshot](docs/rules/no-wait-for-snapshot.md)| Ensures no snapshot is generated inside of a `waitFor` call |||
145
+
|[no-wait-for-snapshot](docs/rules/no-wait-for-snapshot.md)| Ensures no snapshot is generated inside of a `waitFor` call |||
146
146
|[prefer-explicit-assert](docs/rules/prefer-explicit-assert.md)| Suggest using explicit assertions rather than just `getBy*` queries |||
147
147
|[prefer-find-by](docs/rules/prefer-find-by.md)| Suggest using `findBy*` methods instead of the `waitFor` + `getBy` queries |![dom-badge][]![angular-badge][]![react-badge][]![vue-badge][]|![fixable-badge][]|
148
148
|[prefer-presence-queries](docs/rules/prefer-presence-queries.md)| Enforce specific queries when checking element is present or not |||
@@ -221,7 +221,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
0 commit comments