Skip to content

Commit 4fb3293

Browse files
committed
test: fix e2e test
1 parent 42b5a9c commit 4fb3293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { expect, test } from '@playwright/test'
33
test('has title', async ({ page }) => {
44
await page.goto('/')
55

6-
await expect(page).toHaveTitle(/Vite App/)
6+
await expect(page).toHaveTitle(/qrcode-parser/)
77
})
88

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

0 commit comments

Comments
 (0)