mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix types
This commit is contained in:
@@ -98,7 +98,7 @@ export class EditProcessFilterCloudComponentPage {
|
||||
await BrowserActions.click(appNameElement);
|
||||
}
|
||||
|
||||
async getApplicationSelected(): Promise<String> {
|
||||
async getApplicationSelected(): Promise<string> {
|
||||
const applicationDropdown = element(by.css(`[data-automation-id='adf-cloud-edit-process-property-appName']`));
|
||||
return await applicationDropdown.getText();
|
||||
}
|
||||
|
Reference in New Issue
Block a user