Skip to content

Commit

Permalink
fix: change Registering unit text to Organisation unit
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru committed Mar 21, 2024
1 parent ddf706c commit 6f2fe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/ScopeSelector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ And('you see the enrollment event Edit page but there is no org unit id in the u

And('you see the enrollment event New page but there is no org unit id in the url', () => {
cy.url().should('eq', `${Cypress.config().baseUrl}/#/enrollmentEventNew?enrollmentId=gPDueU02tn8&programId=IpHINAT79UW&stageId=A03MvHHogjR&teiId=fhFQhO0xILJ`);
cy.contains('Choose a organisation unit to start reporting');
cy.contains('Choose an organisation unit to start reporting');
});

And('you see the enrollment event New page but there is no stage id in the url', () => {
Expand Down

0 comments on commit 6f2fe34

Please sign in to comment.