Skip to content

Commit

Permalink
corrected the test description
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Sep 17, 2024
1 parent 156b252 commit 6f42771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/patient_spec/PatientDoctorNotes.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import LoginPage from "../../pageobject/Login/LoginPage";
import { PatientPage } from "../../pageobject/Patient/PatientCreation";
import { PatientDoctorNotes } from "../../pageobject/Patient/PatientDoctorNotes";

describe("Patient Doctor notes in the consultation page", () => {
describe("Patient Discussion notes in the consultation page", () => {
const loginPage = new LoginPage();
const patientPage = new PatientPage();
const patientDoctorNotes = new PatientDoctorNotes();
Expand Down

0 comments on commit 6f42771

Please sign in to comment.