Skip to content

Commit

Permalink
chore: update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Apr 13, 2024
1 parent a144ed8 commit 9d8424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/html/__tests__/html.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ describe.runIf(isServe)('invalid', () => {
expect(isVisbleOverlay).toBeFalsy()
})

test('stack', async () => {
test('stack is updated', async () => {
await page.goto(viteTestUrl + '/invalid.html')

const errorOverlay = await page.waitForSelector('vite-error-overlay')
Expand Down

0 comments on commit 9d8424a

Please sign in to comment.