Enable excessibility checking of login menu, and remove unnecessary exclusion from header

This commit is contained in:
Tim Donohue
2023-08-29 11:43:36 -05:00
parent 158ebb0e32
commit 339ed63734
2 changed files with 13 additions and 2 deletions

View File

@@ -11,8 +11,7 @@ describe('Header', () => {
testA11y({
include: ['ds-header'],
exclude: [
['#search-navbar-container'], // search in navbar has duplicative ID. Will be fixed in #1174
['.dropdownLogin'] // "Log in" link has color contrast issues. Will be fixed in #1149
['#search-navbar-container'] // search in navbar has duplicative ID. Will be fixed in #1174
],
});
});