Skip to content

Commit

Permalink
chore: tweak e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 10, 2024
1 parent 1a1b86e commit 93b859a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/markdown/vue-components.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test('should render vue components correctly', async ({ page }) => {
await expect(page.locator('.component-for-markdown-import-foo p')).toHaveText(
'component for markdown import foo',
)
await expect(page.locator('.component-for-markdown-import-foo p')).toHaveText(
await expect(page.locator('.component-for-markdown-import-bar p')).toHaveText(
'component for markdown import bar',
)
})

0 comments on commit 93b859a

Please sign in to comment.