Fix create new list test
This commit is contained in:
parent
3f81f2837a
commit
c6086ddf6c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ describe('Lists', () => {
|
||||||
|
|
||||||
it('Should create a new list', () => {
|
it('Should create a new list', () => {
|
||||||
cy.visit('/')
|
cy.visit('/')
|
||||||
cy.get('a.nsettings[href="/namespaces/1/list"]')
|
cy.get('.namespace-title a[href="/namespaces/1/list"]')
|
||||||
.click()
|
.click()
|
||||||
cy.url()
|
cy.url()
|
||||||
.should('contain', '/namespaces/1/list')
|
.should('contain', '/namespaces/1/list')
|
||||||
|
|
Loading…
Reference in a new issue