Skip to content

Commit

Permalink
Add pitch to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Sep 26, 2024
1 parent 146cd14 commit a19a1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screenshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async function takeScreenshots(

await mkdir(`.artifacts/visual-snapshots/`, { recursive: true });

let url = `${args.url}/?${searchParam.toString()}&debug=true&debug.screenshot=true#${loc}`;
let url = `https://basemaps.linz.govt.nz/?${searchParam.toString()}&debug=true&debug.screenshot=true#${loc}&config=TmVmbYRQjL9T2JWgyaSie193b4D1qZnBD8hjaSqPFYSsEvEYYhaGYKrcjU4w8zzJtjrbg9ZyppQjk9rQhE48KgKBnwiiZiWCZ1VmqZaoHjt7RUqdGEndMkfPgpuCZNZ`;
if (!url.startsWith('http')) url = `https://${url}`;

logger.info({ url, expected: output }, 'Page:Load');
Expand Down

0 comments on commit a19a1d1

Please sign in to comment.