Skip to content

Commit

Permalink
Merge branch 'develop' into fix-5895
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Aug 1, 2023
2 parents 310b388 + 8d54d67 commit e56d19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cypress/e2e/patient_spec/patient_crud.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ describe("Patient Creation with consultation", () => {
.click();
cy.get("div#medicine_object input[placeholder='Select'][role='combobox']")
.click()
.type("dolo");
cy.get("#medicine_object-option-DOLO").click();
.type("dolo{enter}");
cy.get("#dosage").type("3", { force: true });
cy.get("#frequency")
.click()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function VentilatorPatientVitalsMonitor({
/>
</div>
</div>
<div className="z-10 grid grid-cols-3 divide-blue-600 bg-[#020617] tracking-wider text-white md:absolute md:inset-y-0 md:right-0 md:grid-cols-1 md:divide-y">
<div className="grid grid-cols-3 divide-blue-600 bg-[#020617] tracking-wider text-white md:inset-y-0 md:right-0 md:grid-cols-1 md:divide-y">
<NonWaveformData
label="PEEP"
attr={data.peep}
Expand Down

0 comments on commit e56d19d

Please sign in to comment.