Build(deps): Bump the github-actions group with 7 updates #3418
Annotations
10 errors and 1 notice
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L36
1) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
"beforeAll" hook timeout of 85000ms exceeded.
34 | const folder1 = `folder1-${Utils.random()}`;
35 |
> 36 | test.beforeAll(async () => {
| ^
37 | const apiClientFactory = new ApiClientFactory();
38 | await apiClientFactory.setUpAcaBackend('admin');
39 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts:36:8
|
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L36
1) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
"beforeAll" hook timeout of 85000ms exceeded.
34 | const folder1 = `folder1-${Utils.random()}`;
35 |
> 36 | test.beforeAll(async () => {
| ^
37 | const apiClientFactory = new ApiClientFactory();
38 | await apiClientFactory.setUpAcaBackend('admin');
39 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts:36:8
|
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L45
1) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded while running "beforeEach" hook.
43 | });
44 |
> 45 | test.beforeEach(async ({ loginPage, personalFiles }) => {
| ^
46 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed');
47 | await personalFiles.dataTable.performClickFolderOrFileToOpen(folder1);
48 | await personalFiles.acaHeader.uploadButton.click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts:45:8
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L199
1) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'folder1-12blz' })
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 /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts:47:35
|
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts#L66
2) [Upload Download Actions] › src/tests/version-actions.e2e.ts:104:9 › Version actions › on Personal Files › [C586766] Should be possible to view a previous document version
"beforeAll" hook timeout of 85000ms exceeded.
64 | }
65 |
> 66 | test.beforeAll(async () => {
| ^
67 | try {
68 | const apiClientFactory = new ApiClientFactory();
69 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:66:8
|
e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts#L66
2) [Upload Download Actions] › src/tests/version-actions.e2e.ts:104:9 › Version actions › on Personal Files › [C586766] Should be possible to view a previous document version
"beforeAll" hook timeout of 85000ms exceeded.
64 | }
65 |
> 66 | test.beforeAll(async () => {
| ^
67 | try {
68 | const apiClientFactory = new ApiClientFactory();
69 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:66:8
|
e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts#L66
2) [Upload Download Actions] › src/tests/version-actions.e2e.ts:104:9 › Version actions › on Personal Files › [C586766] Should be possible to view a previous document version
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
64 | }
65 |
> 66 | test.beforeAll(async () => {
| ^
67 | try {
68 | const apiClientFactory = new ApiClientFactory();
69 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:66:8
|
e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts#L66
2) [Upload Download Actions] › src/tests/version-actions.e2e.ts:104:9 › Version actions › on Personal Files › [C586766] Should be possible to view a previous document version
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
64 | }
65 |
> 66 | test.beforeAll(async () => {
| ^
67 | try {
68 | const apiClientFactory = new ApiClientFactory();
69 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:66:8
|
16 failed
[Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
[Upload Download Actions] › src/tests/version-actions.e2e.ts:104:9 › Version actions › on Personal Files › [C586766] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:108:9 › Version actions › on Personal Files › [C586767] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:113:9 › Version actions › on Personal Files › [C586768] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:126:9 › Version actions › on Recent Files › [C586769] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:130:9 › Version actions › on Recent Files › [C586770] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:135:9 › Version actions › on Recent Files › [C586771] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:148:9 › Version actions › on Favorites › [C586772] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:152:9 › Version actions › on Favorites › [C586773] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:157:9 › Version actions › on Favorites › [C586774] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:170:9 › Version actions › on Shared Files › [C586776] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:174:9 › Version actions › on Shared Files › [C586777] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:179:9 › Version actions › on Shared Files › [C586778] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:194:9 › Version actions › on Search › [C586779] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:198:9 › Version actions › on Search › [C586780] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:203:9 › Version actions › on Search › [C586781] Should be possible to download a previous document version
13 passed (6.2m)
|
This job failed
Loading