Fix Tutorial Ram Text (#162)

This updates the tutorial (and tests) to match the updated value of 8GB starting ram.
This commit is contained in:
jaculler
2022-10-27 06:25:45 -04:00
committed by GitHub
parent 279d18d65f
commit a40aa1bab2
2 changed files with 2 additions and 2 deletions

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);