We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca3f87 commit 8dda67fCopy full SHA for 8dda67f
examples/sites/demos/pc/app/breadcrumb/slot-default.spec.ts
@@ -6,5 +6,5 @@ test('Breadcrumb 自定义节点', async ({ page }) => {
6
7
const breadcrumbItem = page.locator('.tiny-breadcrumb__item')
8
const slotItem = breadcrumbItem.nth(1).locator('a')
9
- await expect(slotItem).toHaveAttribute('href', '/')
+ await expect(slotItem).toHaveAttribute('href', '#')
10
})
0 commit comments