Skip to content

Commit cf40025

Browse files
committed
puppeteer: add trailing slash on website URL
1 parent 09da233 commit cf40025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppeteer/cdp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let metrics = [];
4646
const page = await context.newPage();
4747

4848
// Navigate the page to a URL
49-
await page.goto(baseURL + '/campfire-commerce');
49+
await page.goto(baseURL + '/campfire-commerce/');
5050

5151
// ensure the price is loaded.
5252
await page.waitForFunction(() => {

0 commit comments

Comments
 (0)