Skip to content

Commit

Permalink
Update allegation-details-edit.cy.ts
Browse files Browse the repository at this point in the history
more clicks
  • Loading branch information
cnesmithsalus committed Sep 29, 2023
1 parent 8e262a4 commit 694c110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/cypress/e2e/allegation-details-edit.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ describe("Complaint Edit Page spec - Edit Allegation View", () => {
}
});

cy.get("#complaint-description-textarea-id").click({ force: true });
cy.get(".comp-violation-select__control")
.click({ force: true })
.get(".comp-violation-select__menu")
Expand All @@ -392,6 +393,7 @@ describe("Complaint Edit Page spec - Edit Allegation View", () => {
cy.wrap($el).click({ force: true });
}
});
cy.get("#complaint-description-textarea-id").click({ force: true });

cy.get(".comp-status-select__control")
.click({ force: true })
Expand Down

0 comments on commit 694c110

Please sign in to comment.