Skip to content

Commit 93b859a

Browse files
committed
chore: tweak e2e
1 parent 1a1b86e commit 93b859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/markdown/vue-components.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test('should render vue components correctly', async ({ page }) => {
99
await expect(page.locator('.component-for-markdown-import-foo p')).toHaveText(
1010
'component for markdown import foo',
1111
)
12-
await expect(page.locator('.component-for-markdown-import-foo p')).toHaveText(
12+
await expect(page.locator('.component-for-markdown-import-bar p')).toHaveText(
1313
'component for markdown import bar',
1414
)
1515
})

0 commit comments

Comments
 (0)