mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5328] initial-create-folder-test
This commit is contained in:
@@ -36,4 +36,5 @@ export class MatMenuComponent extends BaseComponent {
|
||||
public getMenuItemTextLocator = this.getChild('[data-automation-id="menu-item-title"]');
|
||||
|
||||
public getButtonByText = (text: string) => this.getChild('button', { hasText: text });
|
||||
public createFolder = this.getChild('[id="app.create.folder"]');
|
||||
}
|
||||
|
Reference in New Issue
Block a user