Skip to content

Commit 50e0248

Browse files
committed
chore: Wait 100ms more before Argos screenshot
1 parent 85af299 commit 50e0248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/screenshots/screenshotComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const screenshotComponent = async (page, options) => {
2626
const { link, name } = component
2727

2828
await page.goto(link)
29-
await sleep(100) // to be sure the page is entirely loaded
29+
await sleep(200) // to be sure the page is entirely loaded
3030

3131
const getScreenshotName =
3232
options.getScreenshotName || defaultGetScreenshotName

0 commit comments

Comments
 (0)