Fix create new list test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2021-01-16 22:50:04 +01:00
parent 3f81f2837a
commit c6086ddf6c
Signed by: 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')