File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/visual-testing/integrations Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ It's recommended to use the `hideAfterFirstScroll` option for elements like stic
326326Options:
327327
328328- ` enable ` : Enable taking full page screenshot (limited to desktop devices only)
329- - ` delayAfterScroll ` : Delay in ms after scrolling and before taking screenshots (helps with lazy loading content)
329+ - ` delayAfterScrollMs ` : Delay in ms after scrolling and before taking screenshots (helps with lazy loading content)
330330- ` hideAfterFirstScroll ` : Hide elements on the page after first scroll (uses css selectors)
331331
332332Example:
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ It's recommended to use the `hideAfterFirstScroll` option for elements like stic
234234Options:
235235
236236- ` enable ` : Enable taking full page screenshot (limited to desktop devices only)
237- - ` delayAfterScroll ` : Delay in ms after scrolling and before taking screenshots (helps with lazy loading content)
237+ - ` delayAfterScrollMs ` : Delay in ms after scrolling and before taking screenshots (helps with lazy loading content)
238238- ` hideAfterFirstScroll ` : Hide elements on the page after first scroll (uses css selectors)
239239
240240Example:
You can’t perform that action at this time.
0 commit comments