Add small changes to the auth/login button label (#7754)
Some checks failed
_DEVELOP / build-bundle (push) Has been cancelled
_DEVELOP / build-docker (push) Has been cancelled
_STAGING / build-bundle (push) Has been cancelled
_STAGING / build-docker (push) Has been cancelled
Commit Message Check / Check Commit Message (push) Has been cancelled

* 📎 Update changelog

*  Update login button label

* 📎 Adapt playwright tests
This commit is contained in:
Andrey Antukh
2025-11-14 11:35:10 +01:00
committed by GitHub
parent 2810ae681f
commit 30413dbc66
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { BasePage } from "./BasePage";
export class LoginPage extends BasePage {
constructor(page) {
super(page);
this.loginButton = page.getByRole("button", { name: "Login" });
this.loginButton = page.getByRole("button", { name: "Continue" });
this.password = page.getByLabel("Password");
this.userName = page.getByLabel("Email");
this.invalidCredentialsError = page.getByText(