Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 22, 2024
1 parent 23f9697 commit a69f4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/client-config/no-export.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { expect, test } from '@playwright/test'
test('should import styles in client config file not exports', async ({
page,
}) => {
await page.goto('markdown/anchor.html', { waitUntil: 'domcontentloaded' })
await page.goto('markdown/anchors.html', { waitUntil: 'domcontentloaded' })

await expect(page.locator('#title')).toHaveCSS('font-size', '32px')
})

0 comments on commit a69f4dd

Please sign in to comment.