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

(cherry picked from commit 339ed63734)
This commit is contained in:
Tim Donohue
2023-08-29 11:43:36 -05:00
committed by github-actions[bot]
parent baecf2ac11
commit a7a807c0bb
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
],
});
});