fix(test): use correct selector in Cypress test
This commit is contained in:
parent
bf5088e546
commit
1558921f42
@ -21,7 +21,7 @@ describe('Project View Table', () => {
|
|||||||
TaskFactory.create(1)
|
TaskFactory.create(1)
|
||||||
cy.visit('/projects/1/3')
|
cy.visit('/projects/1/3')
|
||||||
|
|
||||||
cy.get('.project-table .filter-container .items .button')
|
cy.get('.project-table .filter-container .button')
|
||||||
.contains('Columns')
|
.contains('Columns')
|
||||||
.click()
|
.click()
|
||||||
cy.get('.project-table .filter-container .card.columns-filter .card-content .fancycheckbox')
|
cy.get('.project-table .filter-container .card.columns-filter .card-content .fancycheckbox')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user