Build(deps-dev): Bump ts-node from 10.9.1 to 10.9.2 #2005
Triggered via pull request
December 31, 2023 00:57
Status
Failure
Total duration
6h 10m 57s
Artifacts
10
pull-request.yml
on: pull_request
Annotations
25 errors, 16 warnings, and 8 notices
[Viewer] › src/tests/viewer.spec.ts:84:7 › viewer file › [C284636] Viewer opens for a file from Recent Files:
projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts#L52
1) [Viewer] › src/tests/viewer.spec.ts:84:7 › viewer file › [C284636] Viewer opens for a file from Recent Files
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
=========================== logs ===========================
waiting for locator('adf-viewer .adf-viewer-render-layout-content') to be visible
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:52
50 |
51 | async waitForViewerToOpen(): Promise<void> {
> 52 | await this.viewerLocator.waitFor({ state: 'visible', timeout: timeouts.medium });
| ^
53 | }
54 |
55 | async isViewerOpened(): Promise<boolean> {
at ViewerComponent.waitForViewerToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:52:30)
at ViewerComponent.isViewerOpened (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:56:16)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:90:41
|
[Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration:
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L218
1) [Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "2024-12-31T01:07:29.296+0000"
216 | await page.waitForTimeout(timeouts.tiny);
217 | await personalFiles.shareDialog.clickClose();
> 218 | expect(await nodesApiAction.getSharedExpiryDate(file7Id)).toBe('');
| ^
219 | });
220 |
221 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:218:67
|
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L87
2) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Error: ----- beforeAll failed : false
85 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 });
86 | } catch (error) {
> 87 | throw new Error(`----- beforeAll failed : ${error}`);
| ^
88 | }
89 | });
90 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:87:13
|
E2e test suites: Playwright (special-permissions, 6)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (special-permissions, 6)
Timed out waiting 600s for the teardown for test suite to run
|
[special-permissions] › src/tests/other-permissions.ts:92:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
1) [special-permissions] › src/tests/other-permissions.ts:92:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]
Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66
64 | );
65 | for (const action of expectedToolbarMore) {
> 66 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
67 | }
68 | }
69 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:94:7
|
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
2) [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Error: Expected to contain Favorite
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66
64 | );
65 | for (const action of expectedToolbarMore) {
> 66 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
67 | }
68 | }
69 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66:104)
at checkMultipleSelActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:53:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:107:7
|
[special-permissions] › src/tests/other-permissions.ts:72:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
3) [special-permissions] › src/tests/other-permissions.ts:72:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]
Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66
64 | );
65 | for (const action of expectedToolbarMore) {
> 66 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
67 | }
68 | }
69 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:74:7
|
[special-permissions] › src/tests/other-permissions.ts:82:9 › Special permissions : › Collaborator › available actions : › on Favorites - [C297652]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
4) [special-permissions] › src/tests/other-permissions.ts:82:9 › Special permissions : › Collaborator › available actions : › on Favorites - [C297652]
Error: Expected to contain Remove Favorite Upload New Version,Favorite,Move,Copy,Delete,Manage Versions
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66
64 | );
65 | for (const action of expectedToolbarMore) {
> 66 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
67 | }
68 | }
69 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:84:7
|
[special-permissions] › src/tests/other-permissions.ts:275:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Favorites - [C297666]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
5) [special-permissions] › src/tests/other-permissions.ts:275:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Favorites - [C297666]
Error: Expected to contain Remove Favorite Upload New Version,Favorite,Move,Copy,Delete,Manage Versions
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66
64 | );
65 | for (const action of expectedToolbarMore) {
> 66 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
67 | }
68 | }
69 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:277:7
|
[special-permissions] › src/tests/other-permissions.ts:285:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
6) [special-permissions] › src/tests/other-permissions.ts:285:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]
Error: Expected to contain Remove Favorite Cancel Editing,Favorite,Copy,Manage Versions,Permissions
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66
64 | );
65 | for (const action of expectedToolbarMore) {
> 66 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
67 | }
68 | }
69 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:287:7
|
[special-permissions] › src/tests/other-permissions.ts:285:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
6) [special-permissions] › src/tests/other-permissions.ts:285:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected to contain Remove Favorite Cancel Editing,Favorite,Copy,Manage Versions,Permissions
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66
64 | );
65 | for (const action of expectedToolbarMore) {
> 66 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
67 | }
68 | }
69 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:287:7
|
E2e test suites: Playwright (special-permissions, 6)
Process completed with exit code 1.
|
E2e test suites: Playwright (actions, 1)
Timed out waiting 600s for the test suite to run
|
E2e test suites: Playwright (actions, 1)
Timed out waiting 600s for the teardown for test suite to run
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L225
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI
Test timeout of 45000ms exceeded while running "beforeEach" hook.
223 | });
224 |
> 225 | test.beforeEach(async ({ personalFiles }) => {
| ^
226 | try {
227 | createFileFromTemplateDialog = personalFiles.createFromTemplateDialogComponent;
228 | await dataTable.getRowByName(template1InRoot).click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:225:12
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L236
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI
Error: expect.soft.toBeVisible: Target page, context or browser has been closed
234 |
235 | test('[C325020] Create file from template - dialog UI', async () => {
> 236 | await expect.soft(createFileFromTemplateDialog.getDialogTitle(createDialogTitle)).toBeVisible();
| ^
237 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toBeVisible();
238 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(template1InRoot);
239 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:236:91
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L237
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI
Error: expect.soft.toBeVisible: Target page, context or browser has been closed
235 | test('[C325020] Create file from template - dialog UI', async () => {
236 | await expect.soft(createFileFromTemplateDialog.getDialogTitle(createDialogTitle)).toBeVisible();
> 237 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toBeVisible();
| ^
238 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(template1InRoot);
239 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toBeVisible();
240 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toHaveValue(emptyString);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:237:83
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L238
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI
Error: expect.soft.toHaveValue: Target page, context or browser has been closed
236 | await expect.soft(createFileFromTemplateDialog.getDialogTitle(createDialogTitle)).toBeVisible();
237 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toBeVisible();
> 238 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(template1InRoot);
| ^
239 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toBeVisible();
240 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toHaveValue(emptyString);
241 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(descriptionLabel)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:238:83
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L239
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI
Error: expect.soft.toBeVisible: Target page, context or browser has been closed
237 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toBeVisible();
238 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(template1InRoot);
> 239 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toBeVisible();
| ^
240 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toHaveValue(emptyString);
241 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(descriptionLabel)).toBeVisible();
242 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(descriptionLabel)).toHaveValue(emptyString);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:239:84
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L240
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI
Error: expect.soft.toHaveValue: Target page, context or browser has been closed
238 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(template1InRoot);
239 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toBeVisible();
> 240 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toHaveValue(emptyString);
| ^
241 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(descriptionLabel)).toBeVisible();
242 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(descriptionLabel)).toHaveValue(emptyString);
243 | await expect.soft(createFileFromTemplateDialog.cancelButton).toBeEnabled();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:240:84
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L241
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI
Error: expect.soft.toBeVisible: Target page, context or browser has been closed
239 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toBeVisible();
240 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toHaveValue(emptyString);
> 241 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(descriptionLabel)).toBeVisible();
| ^
242 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(descriptionLabel)).toHaveValue(emptyString);
243 | await expect.soft(createFileFromTemplateDialog.cancelButton).toBeEnabled();
244 | await expect(createFileFromTemplateDialog.createButton).toBeEnabled();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:241:90
|
[Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI:
e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L242
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI
Error: expect.soft.toHaveValue: Target page, context or browser has been closed
240 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(titleLabel)).toHaveValue(emptyString);
241 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(descriptionLabel)).toBeVisible();
> 242 | await expect.soft(createFileFromTemplateDialog.getDialogLabel(descriptionLabel)).toHaveValue(emptyString);
| ^
243 | await expect.soft(createFileFromTemplateDialog.cancelButton).toBeEnabled();
244 | await expect(createFileFromTemplateDialog.createButton).toBeEnabled();
245 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:242:90
|
E2e test suites: Playwright (list-views, 8)
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 360 minutes.
|
Finalize
Process completed with exit code 1.
|
lint:
projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L340
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L359
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/services/app.service.ts#L132
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/services/app.service.ts#L167
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L47
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L118
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L121
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L143
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts#L90
Unknown word: "Cproperties"
|
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
|
E2e test suites: Playwright (folder-rules, 2)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (navigation, 5)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (pagination, 7)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (list-views, 8)
Runner GitHub Actions 16 did not respond to a cancelation request with 00:05:00.
|
🎭 Playwright Run Summary
3 passed (31.0s)
|
🎭 Playwright Run Summary
5 passed (19.2s)
|
🎭 Playwright Run Summary
16 passed (1.1m)
|
🎭 Playwright Run Summary
11 passed (3.1m)
|
🎭 Playwright Run Summary
1 flaky
[Viewer] › src/tests/viewer.spec.ts:84:7 › viewer file › [C284636] Viewer opens for a file from Recent Files
20 passed (4.0m)
|
🎭 Playwright Run Summary
2 flaky
[Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:179:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
13 passed (5.9m)
|
🎭 Playwright Run Summary
1 failed
[special-permissions] › src/tests/other-permissions.ts:92:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]
5 flaky
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
[special-permissions] › src/tests/other-permissions.ts:72:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]
[special-permissions] › src/tests/other-permissions.ts:82:9 › Special permissions : › Collaborator › available actions : › on Favorites - [C297652]
[special-permissions] › src/tests/other-permissions.ts:275:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Favorites - [C297666]
[special-permissions] › src/tests/other-permissions.ts:285:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]
1 skipped
57 passed (9.9m)
|
🎭 Playwright Run Summary
3 flaky
[Actions] › src/tests/create/create-file-from-template.spec.ts:235:11 › Create file from template › Personal Files page › Create document from template dialog › [C325020] Create file from template - dialog UI
[Actions] › src/tests/create/create-file-from-template.spec.ts:323:11 › Create file from template › Personal Files page › Create document from template dialog › [C325028] Create a file with a duplicate name
[Actions] › src/tests/create/create-file-from-template.spec.ts:413:9 › Create file from template › File created from template on Personal Files Libraries › [C325024] Cancel file creation in a library
17 skipped
63 passed (9.9m)
Timed out waiting 600s for the entire test run
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
actions
Expired
|
213 MB |
|
deleteActions
Expired
|
2.14 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
listViews
Expired
|
2.12 MB |
|
search
Expired
|
2.27 MB |
|
share-action
Expired
|
4.61 MB |
|
special-permissions
Expired
|
15.8 MB |
|
uploadDownloadActions
Expired
|
2.12 MB |
|
viewer
Expired
|
2.03 MB |
|
viewer,infoDrawer,extensions
Expired
|
2.2 MB |
|