Skip to content

Commit

Permalink
Fixed Flaky test in the user advance filters (ohcnetwork#9385)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Dec 11, 2024
1 parent 3ba5dc6 commit f70b3ad
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 f70b3ad

Please sign in to comment.