Skip to content
Prev Previous commit
Next Next commit
wait longer?
  • Loading branch information
kellyjosephprice committed Jun 6, 2024
commit a89e51702cde4b32a829f818879a61b79fc81f33
2 changes: 1 addition & 1 deletion __tests__/browser/markdown.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('visual regression tests', () => {
async doc => {
const uri = `http://localhost:9966/#/${doc}?ci=true`;
await page.goto(uri, { waitUntil: 'networkidle0' });
await sleep(500);
await sleep(5000);

const image = await page.screenshot({ fullPage: true });

Expand Down