From c6086ddf6ce3d7be4272ad05ca42f2235451d5f1 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 16 Jan 2021 22:50:04 +0100 Subject: [PATCH] Fix create new list test --- cypress/integration/list/list.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/list/list.spec.js b/cypress/integration/list/list.spec.js index f5570e839..3d55f6fa2 100644 --- a/cypress/integration/list/list.spec.js +++ b/cypress/integration/list/list.spec.js @@ -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')