1
0
Fork 0

fix(tests): project archived filter checkbox selector

This commit is contained in:
kolaente 2023-05-30 11:00:30 +02:00
parent e30a4452f2
commit f11a8c543b
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ describe('Projects', () => {
.should('not.contain', 'Archived')
// Show archived
cy.get('[data-cy="show-archived-check"] label.check span')
cy.get('[data-cy="show-archived-check"] label span')
.should('be.visible')
.click()
cy.get('[data-cy="show-archived-check"] input')
@ -155,7 +155,7 @@ describe('Projects', () => {
.should('contain', 'Archived')
// Don't show archived
cy.get('[data-cy="show-archived-check"] label.check span')
cy.get('[data-cy="show-archived-check"] label span')
.should('be.visible')
.click()
cy.get('[data-cy="show-archived-check"] input')