diff --git a/playground/vue/__tests__/vue.spec.ts b/playground/vue/__tests__/vue.spec.ts index 17a06c56..f0d15c7b 100644 --- a/playground/vue/__tests__/vue.spec.ts +++ b/playground/vue/__tests__/vue.spec.ts @@ -133,7 +133,7 @@ describe('asset reference', () => { }) test('absolute import', async () => { - const el = await page.$('img.relative-import') + const el = await page.$('img.absolute-import') expect(await el.evaluate((el) => (el as HTMLImageElement).src)).toMatch( assetMatch, )