Skip to content

Commit eed348d

Browse files
committed
chore: tweaks
1 parent d1c881e commit eed348d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e/tests/components/auto-link.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ test.beforeEach(async ({ page }) => {
77

88
test('should render route-link correctly', async ({ page }) => {
99
const locator = page.locator('.e2e-theme-content #route-link a')
10+
1011
for (const el of await locator.all()) {
1112
await expect(el).toHaveAttribute('class', /route-link/)
1213
}
1314
})
1415

1516
test('should render external-link correctly', async ({ page }) => {
1617
const locator = page.locator('.e2e-theme-content #external-link a')
18+
1719
for (const el of await locator.all()) {
1820
await expect(el).toHaveAttribute('class', /external-link/)
1921
}

0 commit comments

Comments
 (0)