Fix create new namespace test
This commit is contained in:
parent
dde28a9710
commit
0102709d92
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ describe('Namepaces', () => {
|
||||||
it('Should create a new Namespace', () => {
|
it('Should create a new Namespace', () => {
|
||||||
cy.visit('/namespaces')
|
cy.visit('/namespaces')
|
||||||
cy.get('a.button')
|
cy.get('a.button')
|
||||||
.contains('Create new namespace')
|
.contains('Create namespace')
|
||||||
.click()
|
.click()
|
||||||
cy.url()
|
cy.url()
|
||||||
.should('contain', '/namespaces/new')
|
.should('contain', '/namespaces/new')
|
||||||
|
|
Loading…
Reference in a new issue