Build(deps-dev): Bump @angular-eslint/template-parser from 16.3.1 to 19.0.2 #4079
Annotations
1 error and 1 notice
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
1) [Folder Rules] › src/tests/create-rules.e2e.ts:248:7 › Folder Rules Actions › [XAT-895] Create a rule with multiple conditions utilising all available comparators and conditions
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-1hqmy' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-1hqmy' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60
58 |
59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> {
> 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 });
| ^
61 | }
62 |
63 | async countConditionsInGroup(): Promise<number> {
at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:263:33
|
Run /./.github/actions/run-e2e-playwright
1 flaky
[Folder Rules] › src/tests/create-rules.e2e.ts:248:7 › Folder Rules Actions › [XAT-895] Create a rule with multiple conditions utilising all available comparators and conditions
23 passed (4.3m)
|
Loading