We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b889a commit dcf038aCopy full SHA for dcf038a
examples/app-vitest/test/browser.e2e.spec.ts
@@ -10,7 +10,7 @@ await setup({
10
})
11
12
describe('browser', () => {
13
- it('runs a test', async () => {
+ it('runs a test', { timeout: 20000 }, async () => {
14
const page = await createPage('/')
15
const text = await page.getByRole('heading', { name: 'Welcome to Nuxt!' }).textContent()
16
expect(text).toContain('Welcome to Nuxt!')
0 commit comments