From 1558921f424e375157c5d21bf2c68d7babce0854 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 2 Apr 2024 14:31:15 +0200 Subject: [PATCH] fix(test): use correct selector in Cypress test --- frontend/cypress/e2e/project/project-view-table.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cypress/e2e/project/project-view-table.spec.ts b/frontend/cypress/e2e/project/project-view-table.spec.ts index 6319617c1..53cee4418 100644 --- a/frontend/cypress/e2e/project/project-view-table.spec.ts +++ b/frontend/cypress/e2e/project/project-view-table.spec.ts @@ -21,7 +21,7 @@ describe('Project View Table', () => { TaskFactory.create(1) cy.visit('/projects/1/3') - cy.get('.project-table .filter-container .items .button') + cy.get('.project-table .filter-container .button') .contains('Columns') .click() cy.get('.project-table .filter-container .card.columns-filter .card-content .fancycheckbox')