Fix create new namespace test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-01-17 12:15:57 +01:00
parent dde28a9710
commit 0102709d92
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ describe('Namepaces', () => {
it('Should create a new Namespace', () => {
cy.visit('/namespaces')
cy.get('a.button')
.contains('Create new namespace')
.contains('Create namespace')
.click()
cy.url()
.should('contain', '/namespaces/new')