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
326
326
Options:
327
327
328
328
- ` 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)
330
330
- ` hideAfterFirstScroll ` : Hide elements on the page after first scroll (uses css selectors)
331
331
332
332
Example:
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
234
234
Options:
235
235
236
236
- ` 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)
238
238
- ` hideAfterFirstScroll ` : Hide elements on the page after first scroll (uses css selectors)
239
239
240
240
Example:
You can’t perform that action at this time.
0 commit comments