Skip to content

Commit

Permalink
fix: cy tests breakes after translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Oct 18, 2024
1 parent 458e841 commit 001c400
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Then('the user sees the enrollment organisation unit', () => {
cy.get('[data-test="widget-enrollment"]').within(() => {
cy.get('[data-test="widget-enrollment-icon-orgunit"]').should('exist');
cy.get('[data-test="widget-enrollment-orgunit"]')
.contains('Started at: Ngelehun CHC')
.contains('Started at:Ngelehun CHC')
.should('exist');
});
});
Expand All @@ -77,7 +77,7 @@ Then('the user sees the owner organisation unit', () => {
'exist',
);
cy.get('[data-test="widget-enrollment-owner-orgunit"]')
.contains('Owned by: Ngelehun CHC')
.contains('Owned by:Ngelehun CHC')
.should('exist');
});
});
Expand Down

0 comments on commit 001c400

Please sign in to comment.