test: add page title test ids to await and await mounting loader components
This commit is contained in:
@@ -15,6 +15,7 @@ export class AdminEditUserPage extends AuthenticatedPage {
|
||||
this.emailInput = page.getByTestId('email-input');
|
||||
this.roleInput = page.getByTestId('role.id-autocomplete');
|
||||
this.updateButton = page.getByTestId('update-button');
|
||||
this.pageTitle = page.getByTestId('edit-user-title');
|
||||
}
|
||||
|
||||
generateUser () {
|
||||
|
Reference in New Issue
Block a user