Skip to content

Commit

Permalink
Clear officer assigned filter in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed Jan 9, 2025
1 parent eb3dea1 commit ad30e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/cypress/e2e/complaint-filters-ceeb.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ describe("Verify CEEB specific search filters work", () => {
cy.get("#comp-filter-btn").should("exist").click({ force: true });
cy.selectItemById("action-taken-select-id", actionTaken);
cy.waitForSpinner();
cy.clearFilterById("comp-officer-filter");
cy.waitForSpinner();
cy.get(`#${complaintWithActionTakenID}`).should("exist");
});
});

0 comments on commit ad30e8d

Please sign in to comment.