Build(deps-dev): Bump ts-node from 10.9.1 to 10.9.2 #2015
Annotations
10 errors and 1 notice
|
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
1) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
1) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
|
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 : Error: {"error":{"errorKey":"Person 'user-aqmkz' already exists.","statusCode":409,"briefSummary":"00033390 Person 'user-aqmkz' already exists.","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
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/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
|
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L218
3) [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: "2025-01-03T08:06:40.312+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
|
e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L218
3) [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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "2025-01-03T08:07:49.125+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
|
|
2 failed
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
[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
1 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
2 skipped
10 passed (10.0m)
|
The logs for this run have expired and are no longer available.
Loading