mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-07 17:48:27 +00:00
refactoring for create folder tests (#3360)
* refactoring for create folder tests * adding spinnerWaitForReload * update optional
This commit is contained in:
@@ -41,4 +41,9 @@ export class PersonalFilesPage extends BasePage {
|
||||
public dataTable = new DataTableComponent(this.page);
|
||||
public viewer = new ViewerComponent(this.page);
|
||||
public passwordDialog = new PasswordOverlayDialogComponent(this.page);
|
||||
|
||||
async selectCreateFolder(): Promise<void> {
|
||||
await this.acaHeader.createButton.click();
|
||||
await this.matMenu.createFolder.click();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user