Skip to content

Commit

Permalink
Merge branch 'develop' into pressure-pain-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored May 8, 2024
2 parents d35e3b0 + ff6b787 commit a566798
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 a566798

Please sign in to comment.