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 d1c881e commit eed348dCopy full SHA for eed348d
e2e/tests/components/auto-link.spec.ts
@@ -7,13 +7,15 @@ test.beforeEach(async ({ page }) => {
7
8
test('should render route-link correctly', async ({ page }) => {
9
const locator = page.locator('.e2e-theme-content #route-link a')
10
+
11
for (const el of await locator.all()) {
12
await expect(el).toHaveAttribute('class', /route-link/)
13
}
14
})
15
16
test('should render external-link correctly', async ({ page }) => {
17
const locator = page.locator('.e2e-theme-content #external-link a')
18
19
20
await expect(el).toHaveAttribute('class', /external-link/)
21
0 commit comments