Skip to content

Commit

Permalink
try rename
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Dec 19, 2024
1 parent 50a01ff commit c5e45c2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions e2e/components/IconButton.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,14 +371,20 @@ test.describe('IconButton', () => {
})
}
})
test.describe('In Flex Container', () => {
test.describe('Flex container', () => {
test('default @vrt', async ({page}) => {
await visit(page, {
id: 'components-iconbutton-devonly--icon-button-within-flex-container',
})

// Default state
expect(await page.screenshot()).toMatchSnapshot(`IconButton.In Flex Container.png`)
expect(await page.screenshot()).toMatchSnapshot(`IconButton.Flex container.png`)
})
test('axe @aat', async ({page}) => {
await visit(page, {
id: 'components-iconbutton-devonly--icon-button-within-flex-container',
})
await expect(page).toHaveNoViolations()
})
})
})

0 comments on commit c5e45c2

Please sign in to comment.