mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
refactor(refresher-content): remove the aria-label (#28968)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
@ -23,7 +23,8 @@ configs({ directions: ['ltr'], modes: ['md'], themes: ['light', 'dark'] }).forEa
|
||||
|
||||
await expect(refresher).toHaveClass(/refresher-pulling/);
|
||||
|
||||
const results = await new AxeBuilder({ page }).analyze();
|
||||
// TODO(FW-5937): Remove the disableRules once the ticket is resolved.
|
||||
const results = await new AxeBuilder({ page }).disableRules('aria-progressbar-name').analyze();
|
||||
|
||||
expect(results.violations).toEqual([]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user