[ACA-3975]Add process definitions to simpleapp (#6473)

* Add optional parameter for loginSSOIdentityService method

* Fix lint

* Add new processes to simpleapp
This commit is contained in:
Cristina Jalba 2021-01-12 13:24:53 +02:00 committed by GitHub
parent d506bc8b2f
commit 818abf18de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -30,7 +30,7 @@ export class CardTextItemPage {
readOnlyField: Locator = by.css('.adf-property-read-only');
constructor(label: string = 'assignee') {
this.rootElement = element(by.xpath(`//div[contains(@data-automation-id, "label-${label}")]/ancestor::adf-card-view-textitem`));
this.rootElement = element(by.xpath(`//div[contains(@data-automation-id, "card-textitem-label-${label}")]//ancestor::adf-card-view-textitem`));
}
async getFieldValue(): Promise<string> {

View File

@ -48,7 +48,7 @@ export class DataTableComponentPage {
this.allSelectedRows = this.rootElement.all(by.css(`adf-datatable-row[class*='is-selected']`));
this.selectAll = this.rootElement.element(by.css(`div[class*='adf-datatable-header'] mat-checkbox`));
this.copyColumnTooltip = this.rootElement.element(by.css(`adf-copy-content-tooltip span`));
this.emptyList = this.rootElement.element(by.css(`div.adf-no-content-container`));
this.emptyList = this.rootElement.element(by.css(`adf-empty-content`));
this.emptyListTitle = this.rootElement.element(by.css(`.adf-empty-content__title`));
this.emptyListSubtitle = this.rootElement.element(by.css(`.adf-empty-content__subtitle`));
}

View File

@ -119,7 +119,9 @@
"callActivityExpressionSimple":"call-activity-exp-simple",
"callActivityExpressionFromPool":"call-activity-expression-2",
"calledSimple":"called-simple",
"calledInPool":"called-in-pool"
"calledInPool":"called-in-pool",
"paralleltasks": "paralleltasks",
"candidateusersgroup": "candidateusersgroup"
},
"forms": {
"tabVisibilityFields": {