Fixed duplicate search-navbar-container id & renabled accessibility tests for header

This commit is contained in:
Alexandre Vryghem
2023-11-26 02:16:56 +01:00
parent 8a7bdfe18f
commit cc71d60ebb
3 changed files with 8 additions and 22 deletions

View File

@@ -8,11 +8,6 @@ describe('Header', () => {
cy.get('ds-header').should('be.visible');
// Analyze <ds-header> for accessibility
testA11y({
include: ['ds-header'],
exclude: [
['#search-navbar-container'] // search in navbar has duplicative ID. Will be fixed in #1174
],
});
testA11y('ds-header');
});
});