test: add page title test ids to await and await mounting loader components
This commit is contained in:
@@ -5,5 +5,6 @@ export class AdminEditRolePage extends AdminCreateRolePage {
|
||||
super(page);
|
||||
delete this.createButton;
|
||||
this.updateButton = page.getByTestId('update-button');
|
||||
this.pageTitle = page.getByTestId('edit-role-title');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user