Skip to content

Commit

Permalink
test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Dec 15, 2024
1 parent 9bc39ca commit 17a96b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cypress/e2e/patient_spec/PatientConsultationCreation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,10 @@ describe("Patient Consultation in multiple combination", () => {
// Create a shifting request
cy.closeNotification();
// cy.clickSubmitButton("Shift Patient");
cy.get("#shift_create_button").click();
cy.get("#shift_create_button", { timeout: 10000 })
.should("be.visible")
.click();

shiftCreation.typeCurrentFacilityPerson("Current Facility Person");
shiftCreation.typeCurrentFacilityPhone("9999999999");
shiftCreation.typeShiftReason("reason for shift");
Expand Down

0 comments on commit 17a96b1

Please sign in to comment.