Skip to content

Commit

Permalink
remove rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Dec 17, 2024
1 parent 8da03a6 commit 5c946ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions e2e/components/Autocomplete.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ test.describe('Autocomplete', () => {
},
})

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

await expect(page).toHaveScreenshot(`Autocomplete.${story.title}.${theme}.png`, {animations: 'disabled'})
})
Expand All @@ -130,7 +130,7 @@ test.describe('Autocomplete', () => {
},
})

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

await expect(page).toHaveNoViolations({
rules: {
Expand All @@ -142,7 +142,6 @@ test.describe('Autocomplete', () => {
theme !== 'light_colorblind' &&
theme !== 'light_tritanopia',
},
'aria-roles': {enabled: false},
},
})
})
Expand Down

0 comments on commit 5c946ca

Please sign in to comment.