Skip to content

Commit

Permalink
fix: Screenshots for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Aug 11, 2023
1 parent e95024d commit c79f8b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const AUTHORIZE_SUCCESS_CLASS = 'openactive-test-callback-success';
async function addScreenshot(page, title, context) {
const image = await page.screenshot({
encoding: 'base64',
}).toString();
});
const url = page.url();
context.screenshots.push({
title,
Expand Down

0 comments on commit c79f8b2

Please sign in to comment.