From 0b1212aac01cd2f15fbd458f7ac2ad8f2d573dc2 Mon Sep 17 00:00:00 2001 From: mahendar Date: Sun, 15 Dec 2024 14:28:25 +0530 Subject: [PATCH] test case --- cypress/e2e/patient_spec/PatientConsultationCreation.cy.ts | 3 ++- src/components/Patient/PatientDetailsTab/ShiftingHistory.tsx | 2 +- src/components/Shifting/ShiftingTable.tsx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/patient_spec/PatientConsultationCreation.cy.ts b/cypress/e2e/patient_spec/PatientConsultationCreation.cy.ts index b16f576c21a..3612d23a7be 100644 --- a/cypress/e2e/patient_spec/PatientConsultationCreation.cy.ts +++ b/cypress/e2e/patient_spec/PatientConsultationCreation.cy.ts @@ -367,7 +367,8 @@ describe("Patient Consultation in multiple combination", () => { cy.clickSubmitButton("Create Consultation"); // Create a shifting request cy.closeNotification(); - cy.clickSubmitButton("Shift Patient"); + // cy.clickSubmitButton("Shift Patient"); + cy.get("#shift_create_button").click(); shiftCreation.typeCurrentFacilityPerson("Current Facility Person"); shiftCreation.typeCurrentFacilityPhone("9999999999"); shiftCreation.typeShiftReason("reason for shift"); diff --git a/src/components/Patient/PatientDetailsTab/ShiftingHistory.tsx b/src/components/Patient/PatientDetailsTab/ShiftingHistory.tsx index 8c3fb318967..12756bc3729 100644 --- a/src/components/Patient/PatientDetailsTab/ShiftingHistory.tsx +++ b/src/components/Patient/PatientDetailsTab/ShiftingHistory.tsx @@ -90,7 +90,7 @@ const ShiftingHistory = (props: PatientProps) => { setIsSlideOverOpen(true)} diff --git a/src/components/Shifting/ShiftingTable.tsx b/src/components/Shifting/ShiftingTable.tsx index 2c9e3153be6..7251653f4ce 100644 --- a/src/components/Shifting/ShiftingTable.tsx +++ b/src/components/Shifting/ShiftingTable.tsx @@ -201,7 +201,7 @@ export default function ShiftingTable(props: {
-

+

. . .