Skip to content

Commit

Permalink
fix: tweak timing for layer spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Sep 5, 2023
1 parent c411518 commit 250dc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/layers/layers_vuei18n_options.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('nuxt layers vuei18n options', async () => {
const home = url('/')
const page = await createPage(undefined)
await page.goto(home)
await page.waitForTimeout(1000)

expect(await getText(page, '#snake-case')).toEqual('Over-deze-site')
expect(await getText(page, '#pascal-case')).toEqual('OverDezeSite')
Expand Down

0 comments on commit 250dc18

Please sign in to comment.