Skip to content

Commit

Permalink
fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Oct 17, 2024
1 parent 95f4fef commit 64547e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/deciphon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("Deciphon website tests", () => {
fixture: "prod_all.json",
});

cy.intercept("GET", "http://api/jobs", { fixture: "jobs_list.json" });
cy.intercept("GET", "http://api/jobs?limit=*", { fixture: "jobs_list.json" });

cy.intercept("POST", "http://api/scans", {
fixture: "scan_new.json",
Expand All @@ -57,6 +57,7 @@ describe("Deciphon website tests", () => {
},
})
);
cy.window().focus();
});

it("loads successfully", () => {
Expand Down

0 comments on commit 64547e4

Please sign in to comment.