Skip to content

Commit

Permalink
test: fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
sinchang committed Dec 18, 2024
1 parent 42b5a9c commit 4fb3293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.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('has title', async ({ page }) => {
await page.goto('/')

await expect(page).toHaveTitle(/Vite App/)
await expect(page).toHaveTitle(/qrcode-parser/)
})

test('upload jpeg', async ({ page }) => {
Expand Down

0 comments on commit 4fb3293

Please sign in to comment.