Skip to content

Commit

Permalink
chore: Wait 100ms more before Argos screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Feb 8, 2024
1 parent 85af299 commit 50e0248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/screenshots/screenshotComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const screenshotComponent = async (page, options) => {
const { link, name } = component

await page.goto(link)
await sleep(100) // to be sure the page is entirely loaded
await sleep(200) // to be sure the page is entirely loaded

const getScreenshotName =
options.getScreenshotName || defaultGetScreenshotName
Expand Down

0 comments on commit 50e0248

Please sign in to comment.