Merge branch 'dev' into hotfix/test-fixes

This commit is contained in:
hydroflame
2022-08-23 12:31:28 -03:00
committed by GitHub
386 changed files with 6337 additions and 6532 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);