Skip to content

Commit

Permalink
chore: fix cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru committed Aug 3, 2023
1 parent 8d479d2 commit be2a3fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ When('you click the first name column header', () => {

cy.get('[data-test="dhis2-uicore-tableheadercellaction"]')
.eq(0)
.click()
.click();
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ Then('the list should display 10 rows of data', () => {
When('you click the first name column header', () => {
cy.get('[data-test="dhis2-uicore-tableheadercellaction"]')
.eq(0)
.click()
.click();
});

Expand Down

0 comments on commit be2a3fc

Please sign in to comment.