Skip to content

Commit 99b8922

Browse files
committed
fix(Cypress): remove check for navbar header
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
1 parent bc6ae95 commit 99b8922

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cypress/e2e/context.cy.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ describe('Manage a context', () => {
7676
cy.login(nonLocalUser)
7777
cy.visit('apps/tables')
7878
cy.loadContext(contextTitle)
79-
cy.contains('header .app-menu-entry', contextTitle).should('exist')
8079
cy.contains('h1', contextTitle).should('exist')
8180
cy.contains('h1', tableTitle).should('exist')
8281

@@ -99,7 +98,6 @@ describe('Manage a context', () => {
9998
cy.login(nonLocalUser)
10099
cy.visit('apps/tables')
101100
cy.loadContext(contextTitle)
102-
cy.contains('header .app-menu-entry', contextTitle).should('exist')
103101
cy.contains('h1', contextTitle).should('exist')
104102
})
105103

0 commit comments

Comments
 (0)