fix: e2e tests

This commit is contained in:
kolaente 2022-11-13 22:35:41 +01:00
parent cf26b61f9f
commit e4a5b9abf0
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
10 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ describe('Namepaces', () => {
cy.get('.namespace-container .menu.namespaces-projects') cy.get('.namespace-container .menu.namespaces-projects')
.should('contain', newNamespaceName) .should('contain', newNamespaceName)
.should('not.contain', newNamespaces[0].title) .should('not.contain', newNamespaces[0].title)
cy.get('[data-cy="namespaces-project"]') cy.get('[data-cy="namespaces-list"]')
.should('contain', newNamespaceName) .should('contain', newNamespaceName)
.should('not.contain', newNamespaces[0].title) .should('not.contain', newNamespaces[0].title)
}) })