Skip to content

Commit

Permalink
poll retries
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Sep 23, 2024
1 parent 8580eaf commit 9ba8cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/facility_spec/FacilityHomepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ describe("Facility Homepage Function", () => {
});

it("Verify Capacity Export Functionality", () => {
facilityHome.csvDownloadIntercept(capacitiesAlias, "&capacity");
facilityHome.clickExportButton();
facilityHome.clickMenuItem("Capacities");
facilityHome.pollForCsvDownload("&capacity");
Expand Down

0 comments on commit 9ba8cba

Please sign in to comment.