cicd: Fix broken unit test for hidden nav

This commit is contained in:
jamesread
2022-01-06 00:00:54 +00:00
parent c263a84aa7
commit acaf28e200
@@ -9,7 +9,7 @@ describe('Hidden Nav', () => {
})
it('Switcher navigation is hidden', () => {
cy.get('#switcher').then($el => {
cy.get('#sectionSwitcher').then($el => {
expect(Cypress.dom.isHidden($el)).to.be.true
})
})