Skip to content

Commit 74c7d98

Browse files
Add trailing slash in website URL
Signed-off-by: Francis Bouvier <[email protected]>
1 parent aa66357 commit 74c7d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/cdp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for (var run = 1; run<=runs; run++) {
4343
});
4444

4545
const page = await context.newPage();
46-
await page.goto('/campfire-commerce');
46+
await page.goto('/campfire-commerce/');
4747

4848
// ensure the price is loaded.
4949
await page.waitForFunction(() => {

0 commit comments

Comments
 (0)