Skip to content

Commit

Permalink
Fix external results - cypress failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Jul 25, 2023
1 parent cb055ff commit 70de05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/external_results_spec/external_result.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("Edit Profile Testing", () => {
});

it("export", () => {
cy.intercept("/api/v1/external_result/?csv=true&").as("export");
cy.intercept("/api/v1/external_result/?page=1&limit=14&csv=true&").as("export");
cy.contains("Import/Export").click().wait(100);
cy.contains("Export Results").click();
cy.wait("@export").then((interception) => {
Expand Down

0 comments on commit 70de05a

Please sign in to comment.