Skip to content

Commit f0bb417

Browse files
Merge pull request #12 from lightpanda-io/trailing_slash
Add trailing slash in website URL
2 parents aa66357 + 74c7d98 commit f0bb417

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)