Skip to content

Commit

Permalink
changed the facility name
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Jan 7, 2025
1 parent bd8ac7e commit 264d1bd
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 264d1bd

Please sign in to comment.