mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[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:
parent
d506bc8b2f
commit
818abf18de
Binary file not shown.
@ -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> {
|
||||
|
@ -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`));
|
||||
}
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user