diff --git a/integration-tests/cypress/integration/hiddenNav/hiddenNav.spec.js b/integration-tests/cypress/integration/hiddenNav/hiddenNav.spec.js index 62a1f15e..5714ab54 100644 --- a/integration-tests/cypress/integration/hiddenNav/hiddenNav.spec.js +++ b/integration-tests/cypress/integration/hiddenNav/hiddenNav.spec.js @@ -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 }) })