Skip to content

Commit

Permalink
fixed the flaky test with nurse
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Dec 11, 2024
1 parent 1160d6e commit aeca6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/users_spec/UsersManage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe("Manage User", () => {
const firstNameUserSkill = "Dev";
const lastNameUserSkill = "Doctor";
const usernameforworkinghour = "devdistrictadmin";
const nurseUsername = "dummynurse1";
const nurseUsername = "dummynurse4";
const doctorUsername = "devdoctor";
const doctorToDelete = "dummydoctor12";
const usernamerealname = "Dummy Doctor";
Expand Down

0 comments on commit aeca6d1

Please sign in to comment.