mirror of
https://github.com/OliveTin/OliveTin
synced 2026-09-27 04:05:44 +00:00
cicd: Fix broken unit test for hidden nav
This commit is contained in:
@@ -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
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user