mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-5343] add update person api (#7426)
* add update person api * fix e2e tests
This commit is contained in:
@@ -113,6 +113,7 @@ export class EditProcessFilterCloudComponentPage {
|
||||
|
||||
async setSortFilterDropDown(option) {
|
||||
await this.sortDropdown.selectDropdownOption(option);
|
||||
await browser.sleep(500);
|
||||
}
|
||||
|
||||
async getSortFilterDropDownValue(): Promise<string> {
|
||||
@@ -120,7 +121,7 @@ export class EditProcessFilterCloudComponentPage {
|
||||
return BrowserActions.getText(sortLocator);
|
||||
}
|
||||
|
||||
async setOrderFilterDropDown(option) {
|
||||
async setOrderFilterDropDown(option: string) {
|
||||
await this.orderDropdown.selectDropdownOption(option);
|
||||
await browser.sleep(1500);
|
||||
}
|
||||
|
Reference in New Issue
Block a user