[ACS-8398] unit tests part 3 #3625
Annotations
2 errors, 1 warning, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts#L64
1) [Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
Test timeout of 85000ms exceeded while running "beforeEach" hook.
62 | });
63 |
> 64 | test.beforeEach(async ({ loginPage, personalFiles }) => {
| ^
65 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed');
66 | await personalFiles.dataTable.performClickFolderOrFileToOpen(parentPF);
67 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts:64:8
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L203
1) [Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'parentPersonal-ujrx4' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:203
201 | */
202 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 203 | await this.getCellLinkByName(name).click();
| ^
204 | await this.spinnerWaitForReload();
205 | }
206 |
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:203:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts:66:35
|
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/
|
Run /./.github/actions/run-e2e-playwright
1 flaky
[Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
9 passed (2.4m)
|
Loading