Skip to content

Commit

Permalink
flaky test (#7779)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored May 8, 2024
1 parent 3025c46 commit ff6b787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/pageobject/Patient/PatientCreation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ export class PatientPage {
yearOfBirth,
bloodGroup,
occupation,
isAntenatal,
isPostPartum,
isAntenatal = false,
isPostPartum = false,
) {
cy.url().should("include", "/facility/");
cy.get("[data-testid=patient-dashboard]").then(($dashboard) => {
Expand Down

0 comments on commit ff6b787

Please sign in to comment.