Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 committed Mar 20, 2024
1 parent 2acf991 commit dd5afe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/e2e/patient_spec/patient_detailpage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe("Patient Details", () => {
// Record an audio
patientPage.visitPatient("Dummy Patient 3");
patientFileUploadPage.visitPatientDetailsPage();
cy.get("#this is a test").click();
patientFileUploadPage.recordAudio();
const fileName = `Cypress Audio ${new Date()
.getTime()
Expand Down Expand Up @@ -64,7 +65,8 @@ describe("Patient Details", () => {
// Login as Nurse 1
loginPage.login("dummynurse1", "Coronasafe@123");
cy.reload();
cy.wait(2000);

cy.visit("/user/profile");

// Visit the patient details page
patientPage.visitPatient("Dummy Patient 5");
Expand Down

0 comments on commit dd5afe8

Please sign in to comment.