Skip to content

Commit

Permalink
Update button text in bed modal (#8072)
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Jun 20, 2024
1 parent c8a579a commit 551225e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/pageobject/Patient/PatientLogupdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PatientLogupdate {

selectBed(bed: string) {
cy.searchAndSelectOption("input[name='bed']", bed);
cy.submitButton("Move to bed");
cy.submitButton("Update");
cy.wait(2000);
}

Expand Down
2 changes: 1 addition & 1 deletion src/Components/Facility/Consultations/Beds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const Beds = (props: BedsProps) => {
<div>
<ButtonV2 variant="primary" type="submit">
<CareIcon icon="l-bed" className="text-xl" />
Move to bed
Update
</ButtonV2>
</div>
</div>
Expand Down

0 comments on commit 551225e

Please sign in to comment.