Skip to content

Commit 8dda67f

Browse files
committed
fix: modify e2e-test
1 parent 9ca3f87 commit 8dda67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sites/demos/pc/app/breadcrumb/slot-default.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ test('Breadcrumb 自定义节点', async ({ page }) => {
66

77
const breadcrumbItem = page.locator('.tiny-breadcrumb__item')
88
const slotItem = breadcrumbItem.nth(1).locator('a')
9-
await expect(slotItem).toHaveAttribute('href', '/')
9+
await expect(slotItem).toHaveAttribute('href', '#')
1010
})

0 commit comments

Comments
 (0)