Skip to content

Commit

Permalink
fix: revert changes for playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jul 22, 2024
1 parent 09b2f9d commit d1fb0c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions showcases/e2e/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ export const getDefaultScreenshotTest = ({
test.skip();
}

const html = await page.content();

const { report } = await getCompliance(html, path);
const { report } = await getCompliance(page, path);

if (isCheckerError(report)) {
failures = report.details;
Expand Down

0 comments on commit d1fb0c3

Please sign in to comment.