Skip to content

Commit

Permalink
update: Update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGT96 committed Oct 4, 2023
1 parent 1770cdb commit bf76116
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cypress/integration/edit_patient_activity.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]")
Expand Down
1 change: 0 additions & 1 deletion cypress/integration/new_patient_activity.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]")
Expand Down

0 comments on commit bf76116

Please sign in to comment.