Skip to content

Commit

Permalink
Update basic-functionality.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
samjcombs authored Nov 12, 2024
1 parent b11a0b2 commit bf3efb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/basic-functionality.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("InstantMock Basic Tests", () => {
it("verifies Apollo Studio iframe loads and can interact with specific editors", () => {
cy.task("log", "STARTING IFRAME VERIFICATION AND LOGGING");

cy.wait(["@seedGroups", "@graphs"]).then(() => {
cy.wait(["@seedGroups", "@graphs"], { timeout: 15000 }).then(() => {
cy.task("log", "Network requests completed");
});

Expand Down

0 comments on commit bf3efb7

Please sign in to comment.