added overview ui hooks

This commit is contained in:
Olivier Gagnon
2021-09-19 14:39:34 -04:00
parent ce3898367c
commit 505040137f
2 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ describe("tutorial", () => {
cy.findByText(/now we'll run the script/i);
cy.findByRole("textbox").type("free{enter}");
cy.findByText(/We have 4GB of free RAM on this machine/i);
cy.findByText(/We have 8GB of free RAM on this machine/i);
cy.findByRole("textbox").type("run n00dles.script{enter}");
cy.findByText(/Your script is now running/i);