From cb1637dae8b985e3193ec5b79f84a352ed680d96 Mon Sep 17 00:00:00 2001 From: Khavin Shankar Date: Thu, 20 Jun 2024 16:32:36 +0530 Subject: [PATCH] Update button text in bed modal --- cypress/pageobject/Patient/PatientLogupdate.ts | 2 +- src/Components/Facility/Consultations/Beds.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/pageobject/Patient/PatientLogupdate.ts b/cypress/pageobject/Patient/PatientLogupdate.ts index 92ea02a1417..bc141c04984 100644 --- a/cypress/pageobject/Patient/PatientLogupdate.ts +++ b/cypress/pageobject/Patient/PatientLogupdate.ts @@ -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); } diff --git a/src/Components/Facility/Consultations/Beds.tsx b/src/Components/Facility/Consultations/Beds.tsx index f4363411ef9..c86e32cc560 100644 --- a/src/Components/Facility/Consultations/Beds.tsx +++ b/src/Components/Facility/Consultations/Beds.tsx @@ -234,7 +234,7 @@ const Beds = (props: BedsProps) => {
- Move to bed + Update