Make aca-playwright-shared buildable and publishable #3434
Annotations
4 errors, 1 warning, and 1 notice
e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
Test timeout of 150000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L199
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
Error: locator.click: Test timeout of 150000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'site-w4z23' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199
197 | */
198 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 199 | await this.getCellLinkByName(name).click();
| ^
200 | await this.spinnerWaitForReload();
201 | }
202 |
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:199:40)
at copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:76:37)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:92:11
|
e2e/playwright/copy-move-actions/src/tests/move.e2e.ts#L1
2) [Copy Move Actions] › src/tests/move.e2e.ts:88:7 › Move actions › [C291958] Move multiple items
Test timeout of 150000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L248
2) [Copy Move Actions] › src/tests/move.e2e.ts:88:7 › Move actions › [C291958] Move multiple items
Error: locator.hover: Test timeout of 150000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'source-file-vuvjo.txt' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:248
246 | if (!isSelected) {
247 | const row = this.getRowByName(name);
> 248 | await row.hover();
| ^
249 | await row.locator(this.uncheckedCheckbox).click();
250 | await row.locator(this.checkedCheckbox).waitFor({ state: 'attached' });
251 | }
at DataTableComponent.selectItems (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:248:19)
at PersonalFilesPage.copyOrMoveContentInDatatable (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:101:7)
at moveContentInPersonalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts:73:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts:90:5
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading