Skip to content

Commit

Permalink
disabled intercept for capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Sep 23, 2024
1 parent 5e02e0a commit 4183f1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cypress/e2e/facility_spec/FacilityHomepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ describe("Facility Homepage Function", () => {
it("Verify Capacity Export Functionality", () => {
facilityHome.clickExportButton();
facilityHome.clickMenuItem("Capacities");
cy.intercept("GET", "**/api/v1/facility/?csv&capacity").as(
"getCapacityCsv",
);
cy.wait("@getCapacityCsv").its("response.statusCode").should("eq", 200);
});

it("Verify Doctor Export Functionality", () => {
Expand Down

0 comments on commit 4183f1f

Please sign in to comment.