[ACS-5949] library property update and cancel button do not reflect the change in UI #1436
Annotations
3 errors and 1 notice
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
1) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Test timeout of 45000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts#L68
1) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('aca-edit-rule-dialog [data-automation-id="add-condition-button"]').first()
locator resolved to <button mat-button="" data-automation-id="add-condition-…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:68
66 |
67 | async addConditionGroup(fields: Partial<Field>, comparators: Partial<Comparator>, value: string, index: number): Promise<void> {
> 68 | await this.addConditionButton.nth(0).click();
| ^
69 | await this.selectField(fields, index);
70 | await this.selectComparator(comparators, index);
71 | await this.valueField.nth(index).type(value);
at ConditionComponent.addConditionGroup (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:68:42)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:60:40
|
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
1) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
Pending operations:
- locator.click at e2e/playwright/folder-rules/src/tests/conditions.spec.ts:58:64
|
|
The logs for this run have expired and are no longer available.
Loading