Skip to content

Commit 7cc285c

Browse files
kathaylToriLindsay
andauthored
Update src/content/docs/browser-rendering/reference/timeouts.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent fde19d8 commit 7cc285c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/reference/timeouts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Each timer controls a specific part of the rendering lifecycle — from page loa
2424
You can set multiple timers — as long as one is complete, the request will fire.
2525

2626
If you are not getting the expected output:
27-
Try increasing `goToOptions.timeout` (up to 60 s).
27+
- Try increasing `goToOptions.timeout` (up to 60 s).
2828
— If waiting for a specific element, use `waitForSelector`. Otherwise, use `goToOptions.waitUntil` set to `networkidle2` to ensure the page has finished loading dynamic content.

0 commit comments

Comments
 (0)