Skip to content

Commit

Permalink
Merge branch 'develop' into issue/9367/add_address_for_linked_facility
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 authored Dec 11, 2024
2 parents e51a8a3 + f70b3ad commit 929c2ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cypress/e2e/users_spec/UsersHomepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ describe("User Homepage", () => {
const userPage = new UserPage();
const loginPage = new LoginPage();
const currentuser = "devdistrictadmin";
const firstName = "Dummy";
const lastName = "Nurse";
const firstName = "Dev";
const lastName = "Staff";
const role = "Nurse";
const state = "Kerala";
const district = "Ernakulam";
const phoneNumber = "8878825662";
const altPhoneNumber = "8878825662";
const phoneNumber = "9876543219";
const altPhoneNumber = "9876543219";
const homeFacility = "Dummy Facility 40";
const nurseUserName = "dummynurse1";
const nurseUserName = "devstaff2";
const doctorUserName = "dev-doctor2";

before(() => {
Expand Down

0 comments on commit 929c2ca

Please sign in to comment.