Skip to content

Commit

Permalink
changed the facility name (#9829)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored and khavinshankar committed Jan 8, 2025
1 parent 1652f5b commit 6b87ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/patient_spec/patient_search.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("Patient Search", () => {

it("search patient with phone number and verifies details", () => {
patientSearch
.selectFacility("PHC Kakkanad -1")
.selectFacility("Arike")
.clickSearchPatients()
.searchPatient(TEST_PHONE)
.verifySearchResults(PATIENT_DETAILS);
Expand Down

0 comments on commit 6b87ee1

Please sign in to comment.