diff --git a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx index 6ae809758..72c5cddf5 100644 --- a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx +++ b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx @@ -448,7 +448,7 @@ export function InteractiveTutorialRoot(): React.ReactElement { content: ( <> - We have 4GB of free RAM on this machine, which is enough to run our script. Let's run our script using + We have 8GB of free RAM on this machine, which is enough to run our script. Let's run our script using {`[home ~/]> run ${tutorialScriptName}`} diff --git a/test/cypress/integration/tutorial.spec.ts b/test/cypress/integration/tutorial.spec.ts index d9b1c4619..a2a779aa4 100644 --- a/test/cypress/integration/tutorial.spec.ts +++ b/test/cypress/integration/tutorial.spec.ts @@ -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);