From bf76116ca471f42d481786ac3499b1a6855f8a1c Mon Sep 17 00:00:00 2001 From: SteveGT96 Date: Wed, 4 Oct 2023 14:33:57 +0100 Subject: [PATCH] update: Update e2e tests --- cypress/integration/edit_patient_activity.spec.js | 1 - cypress/integration/new_patient_activity.spec.js | 1 - 2 files changed, 2 deletions(-) diff --git a/cypress/integration/edit_patient_activity.spec.js b/cypress/integration/edit_patient_activity.spec.js index 0c165073a..22bc4fc62 100644 --- a/cypress/integration/edit_patient_activity.spec.js +++ b/cypress/integration/edit_patient_activity.spec.js @@ -43,7 +43,6 @@ describe("EditPatientActivity spec", () => { "images/profilePicture.jpg", { force: true } ); - cy.wait(1000); cy.get(".MuiDialogContent-root .MuiButton-containedPrimary").click(); cy.wait(2000); cy.get("[class=profilePicture]") diff --git a/cypress/integration/new_patient_activity.spec.js b/cypress/integration/new_patient_activity.spec.js index 7b46e112d..dd9840d1d 100644 --- a/cypress/integration/new_patient_activity.spec.js +++ b/cypress/integration/new_patient_activity.spec.js @@ -43,7 +43,6 @@ describe("NewPatientActivity spec", () => { "images/profilePicture.jpg", { force: true } ); - cy.wait(1000); cy.get(".MuiDialogContent-root .MuiButton-containedPrimary").click(); cy.wait(2000); cy.get("[class=profilePicture]")