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
1 changed files with 1 additions and 1 deletions

View File

@ -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
})
})