Skip to content

Commit 47b4bb1

Browse files
committed
Try increasing timeout to fix failing test
On this branch this test consistently fails. Try increasing the timeout for this command.
1 parent 0a08227 commit 47b4bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/missionZero-wc.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ it("resets criteria correctly", () => {
9696
"from sense_hat import SenseHat\nsense = SenseHat()\nsense.get_pressure()\nsense.get_humidity()\nsense.get_temperature()"
9797
);
9898
cy.get("editor-wc").shadow().find(".btn--run").contains("Run").click();
99-
cy.get("#results").should("contain", '"readPressure":true');
99+
cy.get("#results", {timeout: 20_000}).should("contain", '"readPressure":true');
100100
cy.get("editor-wc")
101101
.shadow()
102102
.find("div[class=cm-content]")

0 commit comments

Comments
 (0)