Skip to content

Commit

Permalink
fixed the users fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Feb 6, 2025
1 parent d827058 commit 3ed2e14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/patient_spec/patient_details.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const patientDetails = new PatientDetails();

describe("Patient Management", () => {
beforeEach(() => {
cy.loginByApi("doctor");
cy.loginByApi("devdoctor");
cy.visit("/");
});

Expand Down
4 changes: 4 additions & 0 deletions cypress/fixtures/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"devnurse": {
"username": "dev-nurse",
"password": "Test@123"
},
"devdoctor": {
"username": "developdoctor",
"password": "Test@123"
}
}

0 comments on commit 3ed2e14

Please sign in to comment.