Fix create new list test

This commit is contained in:
kolaente 2021-01-16 22:50:04 +01:00
parent 3f81f2837a
commit c6086ddf6c
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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')