[ACS-5328] initial-create-folder-test

This commit is contained in:
adam.zakrzewski
2023-05-31 10:32:04 +02:00
parent 84c22176af
commit 8cfad13ca7
8 changed files with 210 additions and 0 deletions

View File

@@ -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"]');
}