Skip to content

Commit

Permalink
EDSC-4076 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-zamora committed Dec 20, 2024
1 parent af68918 commit 870f22b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('CustomizableIcons component', () => {
test('on load should contain all of the custom icons for the customizable options', () => {
setup()

// Ensure that when not using the `forAccessMethodRadio`, use `metaIconClasses`
const metaIconContainer = screen.getByTestId('meta-icon')
expect(metaIconContainer).toHaveClass(
'meta-icon',
Expand Down Expand Up @@ -60,6 +61,7 @@ describe('CustomizableIcons component', () => {
hasCombine: false
})

// Ensure that when not using the `forAccessMethodRadio` use `metaIconClasses`
const metaIconContainer = screen.getByTestId('meta-icon')
expect(metaIconContainer).toHaveClass(
'meta-icon',
Expand Down

0 comments on commit 870f22b

Please sign in to comment.