Skip to content

Commit

Permalink
fix existing filters not being cleared
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jan 12, 2024
1 parent 4e35588 commit f957150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/facility_spec/facility_homepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ describe("Facility Homepage Function", () => {

it("Search a facility in homepage and pagination", () => {
// pagination of the facility page
cy.clearAllFilters();
assetPagination.navigateToNextPage();
assetPagination.navigateToPreviousPage();
// search for a facility
Expand Down

0 comments on commit f957150

Please sign in to comment.