Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Oct 16, 2024
1 parent 59c8498 commit 0a24b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/components/ActionList.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ test.describe('ActionList', () => {
})

// Default state
expect(await page.screenshot()).toMatchSnapshot(`ActionList.Group With Subtle Title Old Api.${theme}.png`)
expect(await page.screenshot()).toMatchSnapshot(`Group Heading with Classname.${theme}.png`)
})

test('axe @aat', async ({page}) => {
Expand Down

0 comments on commit 0a24b78

Please sign in to comment.