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', () => {
|
||||
cy.visit('/')
|
||||
cy.get('a.nsettings[href="/namespaces/1/list"]')
|
||||
cy.get('.namespace-title a[href="/namespaces/1/list"]')
|
||||
.click()
|
||||
cy.url()
|
||||
.should('contain', '/namespaces/1/list')
|
||||
|
|
Loading…
Reference in a new issue