Skip to content

Commit

Permalink
test(Overlay): skip story setup in e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Nov 19, 2024
1 parent 3dbdaa4 commit c61f977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/components/Overlay.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ test.describe('Overlay ', () => {
},
})

await story.setup(page)
// await story.setup(page)

// Default state
expect(await page.screenshot()).toMatchSnapshot(`Overlay.${story.title}.${theme}.png`)
Expand All @@ -123,7 +123,7 @@ test.describe('Overlay ', () => {
colorScheme: theme,
},
})
await story.setup(page)
// await story.setup(page)

await expect(page).toHaveNoViolations()
})
Expand Down

0 comments on commit c61f977

Please sign in to comment.