Skip to content

Commit

Permalink
chore: [DHIS2-17733] flaky scenario in NewPage.feature (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru authored Jul 22, 2024
1 parent 0c69d59 commit 8dd4296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress/e2e/NewPage/NewPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ Then('you submit the form again from the duplicates modal', () => {
// New person in WHO RMNCH Tracker
And('you are in the WHO RMNCH program registration page', () => {
cy.visit('/#/new?programId=WSGAb5XwJ3Y&orgUnitId=DiszpKrYNg8');
cy.get('[data-test="capture-ui-input"]')
.eq(1)
.invoke('val').should('not.be.empty');
});

And('you are in Child programme registration page', () => {
Expand Down

0 comments on commit 8dd4296

Please sign in to comment.