Skip to content

Commit

Permalink
test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Dec 15, 2024
1 parent b65802f commit 0b1212a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cypress/e2e/patient_spec/PatientConsultationCreation.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const ShiftingHistory = (props: PatientProps) => {
</button>
</div>
<ButtonV2
className=""
id="shift_create_button"
disabled={isPatientInactive(patientData, facilityId)}
size="default"
onClick={() => setIsSlideOverOpen(true)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Shifting/ShiftingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default function ShiftingTable(props: {
<div className="col-span-1 mr-2 mb-1 flex flex-col text-left ">
<DropdownMenu modal={false}>
<DropdownMenuTrigger asChild>
<h1 className="hover:cursor-pointer font-bold text-lg text-green-700">
<h1 className="hover:cursor-pointer font-bold text-lg text-green-700">
. . .
</h1>
</DropdownMenuTrigger>
Expand Down

0 comments on commit 0b1212a

Please sign in to comment.