Skip to content

Commit

Permalink
minor adjustment with dummy data modification
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Nov 20, 2024
1 parent f76a024 commit 2fb5503
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/patient_spec/PatientDoctorConnect.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("Patient Doctor Connect in consultation page", () => {
const patientName = "Dummy Patient Eleven";
const doctorUser = "Dev Doctor";
const nurseUser = "Dev Staff";
const teleIcuUser = "Dev Doctor Two";
const teleIcuUser = "Tester Doctor";

before(() => {
loginPage.loginAsDistrictAdmin();
Expand Down
4 changes: 2 additions & 2 deletions cypress/e2e/patient_spec/PatientRegistration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe("Patient Creation with consultation", () => {
const patientOneSecondInsurerName = "Care Payor";
const patientTransferPhoneNumber = "9849511866";
const patientTransferFacility = "Dummy Shifting Center";
const patientTransferName = "Dummy Patient Ten";
const patientTransferName = "Dummy Patient Twelve";
const patientOccupation = "Student";

before(() => {
Expand Down Expand Up @@ -243,7 +243,7 @@ describe("Patient Creation with consultation", () => {
patientTransfer.clickTransferPatientYOB(yearOfBirth);
patientTransfer.clickTransferSubmitButton();
cy.verifyNotification(
"Patient Dummy Patient Ten (Male) transferred successfully",
"Patient ${patientTransferName} (Male) transferred successfully",
);
patientTransfer.clickConsultationCancelButton();
// allow the transfer button of a patient
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/users_spec/UsersHomepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("User Homepage", () => {
const altPhoneNumber = "8878825662";
const homeFacility = "Dummy Facility 40";
const nurseUserName = "dummynurse1";
const doctorUserName = "devdoctor1";
const doctorUserName = "dev-doctor2";

before(() => {
loginPage.loginAsDistrictAdmin();
Expand Down

0 comments on commit 2fb5503

Please sign in to comment.