mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-5328] initial-create-folder-test (#3243)
* [ACS-5328] initial-create-folder-test
* ACS-5328-adding-more-tests-to-create-folder
* try to increase e2e instances
* try to make protractor vars global
* removing playwright if statement
* Revert "removing playwright if statement"
This reverts commit 651070040b
.
* delete unused file playwright old
* remove browser run
---------
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
@@ -29,9 +29,15 @@ export class AdfFolderDialogComponent extends BaseComponent {
|
||||
private static rootElement = 'adf-folder-dialog';
|
||||
|
||||
public folderNameInputLocator = this.getChild('[id="adf-folder-name-input"]');
|
||||
public folderNameInputHint = this.getChild('mat-hint');
|
||||
public folderTitleInput = this.getChild('[id="adf-folder-title-input"]');
|
||||
public folderDescriptionInput = this.getChild('[id="adf-folder-description-input"]');
|
||||
public createButton = this.getChild('[id="adf-folder-create-button"]');
|
||||
public cancelButton = this.getChild('[id="adf-folder-cancel-button"]');
|
||||
|
||||
constructor(page: Page) {
|
||||
super(page, AdfFolderDialogComponent.rootElement);
|
||||
}
|
||||
|
||||
public getLabelText = (text: string) => this.getChild('label', { hasText: text });
|
||||
}
|
||||
|
Reference in New Issue
Block a user