Skip to content

Commit 5c86107

Browse files
committed
feat: fix basepath for group in url for overview
1 parent 804a777 commit 5c86107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

showcases/patternhub/tests/default.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for (const group of Components) {
3333
await getDefaultScreenshotTest(
3434
component.name,
3535
`overview`,
36-
`.${group.path}${component.name}/overview?fullscreen=true`,
36+
`.${group.path}/${component.name}/overview?fullscreen=true`,
3737
async (page) => {
3838
const firstH2 = page.locator('h1').first();
3939
await expect(firstH2).toBeVisible();

0 commit comments

Comments
 (0)