Skip to content

Commit eab6d7c

Browse files
update docs to latest changes
1 parent 7e243bb commit eab6d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/visual-testing/integrations/nightwatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ It's recommended to use the `hideAfterFirstScroll` option for elements like stic
326326
Options:
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

332332
Example:

docs/visual-testing/integrations/webdriverio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ It's recommended to use the `hideAfterFirstScroll` option for elements like stic
234234
Options:
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

240240
Example:

0 commit comments

Comments
 (0)