fix: fix some errors

- fix RAM size correctly
- fix terminal username correctly
This commit is contained in:
mihilt
2022-08-08 21:17:34 +09:00
parent 39cf0cb57f
commit f8252a30e2
2 changed files with 7 additions and 7 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 8GB of free RAM on this machine/i);
cy.findByText(/We have 4GB of free RAM on this machine/i);
cy.findByRole("textbox").type("run n00dles.script{enter}");
cy.findByText(/Your script is now running/i);