fix(tests): project archived filter checkbox selector
This commit is contained in:
parent
e30a4452f2
commit
f11a8c543b
@ -146,7 +146,7 @@ describe('Projects', () => {
|
|||||||
.should('not.contain', 'Archived')
|
.should('not.contain', 'Archived')
|
||||||
|
|
||||||
// Show 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')
|
.should('be.visible')
|
||||||
.click()
|
.click()
|
||||||
cy.get('[data-cy="show-archived-check"] input')
|
cy.get('[data-cy="show-archived-check"] input')
|
||||||
@ -155,7 +155,7 @@ describe('Projects', () => {
|
|||||||
.should('contain', 'Archived')
|
.should('contain', 'Archived')
|
||||||
|
|
||||||
// Don't show 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')
|
.should('be.visible')
|
||||||
.click()
|
.click()
|
||||||
cy.get('[data-cy="show-archived-check"] input')
|
cy.get('[data-cy="show-archived-check"] input')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user