Skip to content

Commit

Permalink
#119 update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnasDickus committed Dec 15, 2023
1 parent 403f7dd commit e5b2f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/chess/home-chess.cy.ts
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit e5b2f1c

Please sign in to comment.