From 97b0e46195f777e14ad9b2a563e5300c89d6aa36 Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:44:55 +0100 Subject: [PATCH] Update 01-pin-input.cy.ts --- cypress/e2e/01-pin-input.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/01-pin-input.cy.ts b/cypress/e2e/01-pin-input.cy.ts index a8dc1a20..1d364e5d 100644 --- a/cypress/e2e/01-pin-input.cy.ts +++ b/cypress/e2e/01-pin-input.cy.ts @@ -20,7 +20,7 @@ describe("Create Account and Login Tests", () => { createOrImport.labelCreateTitle.should("have.text", "Account Creation"); createOrImport.textCreateDescription.should( "have.text", - "We're going to create an account for you. On the next screen, you'll see a set of words. Screenshot this or write it down. This is the only way to backup your account.", + "Let's get started! Begin by either creating a new account, or if you already have one we can import your existing account instead.", ); createOrImport.buttonCreateAccount.click(); authNewAccount.validateLoadingHeader();