You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to not be detecting that the button has an aria-label:
It looks like the Angular component html file is named -component.html instead of .component.html. Do you have any linting overrides set up in the axe-linter.yml? E.g. something like:
overrides:
- files: "*.html"
linter: angular
If yes, it seems like it doesn't currently work as expected and would still show a linting error, and we are investigating why. If the project allows, as a temporary workaround you can rename the component file to .component.html and linting should work correctly.
@JeffreyNordlieTR Just an update! We found an issue with the files overrides not working if the file value is a string, however, the array should still work if you would like to set up an override:
It appears to not be detecting that the button has an aria-label:
The text was updated successfully, but these errors were encountered: