Fix create new namespace test
This commit is contained in:
parent
dde28a9710
commit
0102709d92
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user