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 bf3efb7 commit e8784fd
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 @@ -33,7 +33,7 @@ describe("InstantMock Basic Tests", () => {
cy.task("log", `Iframe found with src: ${iframe.prop("src")}`);
});

cy.wait(4000);
cy.wait(10000);

cy.iframe()
.find("textarea", { timeout: 3000 })
Expand Down

0 comments on commit e8784fd

Please sign in to comment.