Skip to content

Commit

Permalink
fix: cypress tests related with enrollment dashboard UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru committed Aug 21, 2024
1 parent 0cc3abb commit ecedaff
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ When(/^you click the button to (.*) without post request/, (buttonText) => {

When('the enrollment overview is finished loading', () => {
cy.get('[data-test="dhis2-uicore-circularloader"]').should('not.exist');
cy.get('[data-test="dhis2-uicore-datatable"]')
.within(() => {
cy.get('[data-test="dhis2-uicore-datatablerow"]')
.should('exist');
});
});

When('the form is finished loading', () => {
Expand Down

0 comments on commit ecedaff

Please sign in to comment.