[ACS-8548] [E2E] deleted unused users from configs #3235
Annotations
2 errors, 1 warning, and 1 notice
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L201
1) [Share Action] › src/tests/share/share-file.e2e.ts:197:11 › Share a file › when logged in › from Personal Files › [C286337] Expire date is displayed correctly
Error: expect(received).toEqual(expected) // deep equality
Expected: "2025-08-06T10:09:34.634+0000"
Received: ""
199 | const expireProperty = await nodesApiAction.getNodeProperty(file6Id, 'qshare:expiryDate');
200 |
> 201 | expect(expireProperty).toEqual(expiryDate);
| ^
202 | expect(await personalFiles.shareDialog.isExpireToggleEnabled()).toBe(true);
203 | expect(Utils.formatDate(await personalFiles.shareDialog.getExpireDate())).toEqual(Utils.formatDate(expiryDate));
204 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:201:32
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L100
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190: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-19d4d' already exists.","statusCode":409,"briefSummary":"07060157 Person 'user-19d4d' 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","logId":"b5a44e77-f408-4b26-a44e-77f408bb2625"}}
98 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 });
99 | } catch (error) {
> 100 | throw new Error(`----- beforeAll failed : ${error}`);
| ^
101 | }
102 | });
103 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:100:13
|
The following actions uses Node.js version which is deprecated 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/
|
2 flaky
[Share Action] › src/tests/share/share-file.e2e.ts:197:11 › Share a file › when logged in › from Personal Files › [C286337] Expire date is displayed correctly
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
13 passed (2.9m)
|
This job succeeded
Loading