We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6ae95 commit 99b8922Copy full SHA for 99b8922
cypress/e2e/context.cy.js
@@ -76,7 +76,6 @@ describe('Manage a context', () => {
76
cy.login(nonLocalUser)
77
cy.visit('apps/tables')
78
cy.loadContext(contextTitle)
79
- cy.contains('header .app-menu-entry', contextTitle).should('exist')
80
cy.contains('h1', contextTitle).should('exist')
81
cy.contains('h1', tableTitle).should('exist')
82
@@ -99,7 +98,6 @@ describe('Manage a context', () => {
99
98
100
101
102
103
104
})
105
0 commit comments