Skip to content

Commit 332a43f

Browse files
committed
Explain what to do without any navigate steps
1 parent 7e59b5a commit 332a43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Testing Library Extension for Chrome DevTools Recorder
4242
| `waitForElement` | `await waitFor(() => element)` |
4343
| `waitForExpression` | `await waitFor(() => expression)` |
4444

45-
\* Only one `navigate` step is allowed per test because `jest-environment-url` must load pages since `jsdom` does not support navigation.
45+
\* Only one `navigate` step is allowed per test because `jest-environment-url` must load pages since `jsdom` does not support navigation. Without any `navigate` steps, you'll need to edit your test to manually load the DOM.
4646

4747
## Inspiration
4848

0 commit comments

Comments
 (0)