Skip to content

Commit

Permalink
re-enable percy shot
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis committed Mar 14, 2024
1 parent 0855354 commit 87e159e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/visual.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function testURL(baseUrl, path) {
// we don't want to screenshot before images are done.
await waitForImagesToLoad(page);

// await percySnapshot(page, testInfo.title);
await percySnapshot(page, testInfo.title);
await page.screenshot({
path: `tests/screenshots/${runTime}/${testInfo.title}.png`,
fullPage: true,
Expand Down

0 comments on commit 87e159e

Please sign in to comment.