test(e2e-tests): cover password field removal

This commit is contained in:
Ali BARIN
2024-07-09 13:21:02 +00:00
committed by Faruk AYDIN
parent 186850c256
commit 2bd4dd3ab0
4 changed files with 21 additions and 16 deletions

View File

@@ -11,10 +11,10 @@ export class AdminCreateUserPage extends AuthenticatedPage {
super(page);
this.fullNameInput = page.getByTestId('full-name-input');
this.emailInput = page.getByTestId('email-input');
this.passwordInput = page.getByTestId('password-input');
this.roleInput = page.getByTestId('role.id-autocomplete');
this.createButton = page.getByTestId('create-button');
this.pageTitle = page.getByTestId('create-user-title');
this.invitationEmailInfoAlert = page.getByTestId('invitation-email-info-alert');
}
seed(seed) {