GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 #4091
Annotations
2 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L122
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite
Test timeout of 85000ms exceeded while running "beforeEach" hook.
120 | });
121 |
> 122 | test.beforeEach(async ({ personalFiles }) => {
| ^
123 | await personalFiles.dataTable.performClickFolderOrFileToOpen(parent);
124 | });
125 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts:122:10
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'parent-fev-1nuly' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204
202 | */
203 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 204 | await this.getCellLinkByName(name).click();
| ^
205 | await this.spinnerWaitForReload();
206 | }
207 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts:123:37
|
Run /./.github/actions/run-e2e-playwright
1 flaky
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite
8 passed (3.3m)
|
Loading