Skip to content

Commit

Permalink
chore: fix Program stage wl cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru committed Aug 5, 2024
1 parent 7c43afc commit ae66341
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,11 @@ When('you set the WHOMCH Smoking filter to No', () => {
.within(() => {
cy.get('[data-test="more-filters"]').eq(1)
.click();
cy.contains('WHOMCH Smoking')
.click();
});

cy.get('[data-test="more-filters-menu"]')
.within(() => cy.contains('WHOMCH Smoking').click());

cy.get('[data-test="list-view-filter-contents"]')
.contains('No')
.click();
Expand Down

0 comments on commit ae66341

Please sign in to comment.