From e5b2f1ceaf83715aabf6946d93111c5d47c3cf86 Mon Sep 17 00:00:00 2001 From: ArnasDickus Date: Fri, 15 Dec 2023 16:05:13 +0200 Subject: [PATCH] #119 update test case --- cypress/e2e/chess/home-chess.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/chess/home-chess.cy.ts b/cypress/e2e/chess/home-chess.cy.ts index 69737c5..4aec731 100644 --- a/cypress/e2e/chess/home-chess.cy.ts +++ b/cypress/e2e/chess/home-chess.cy.ts @@ -1,6 +1,6 @@ describe("check Chess redirection", () => { it("Visit play chess page", () => { - cy.loginUI(Cypress.env("EMAIL_USERNAME"), Cypress.env("TEST_PASSWORD")); + cy.loginUI(Cypress.env("TEST_USERNAME"), Cypress.env("TEST_PASSWORD")); cy.wait(5000); cy.visit("en/chess"); cy.get('[data-testid="playChessLinkButton"]').click();