Build(deps-dev): Bump ts-node from 10.9.1 to 10.9.2 #2005
Annotations
2 errors and 1 notice
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
|
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
|
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)
|
The logs for this run have expired and are no longer available.
Loading