[ACS-8951] [E2E] tags and categories e2es added in ACA #3863
Annotations
2 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
false
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L102
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192: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-12n1w' already exists.","statusCode":409,"briefSummary":"10052559 Person 'user-12n1w' 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":"1ea59c95-efb7-45e4-a59c-95efb7e5e4d6"}}
100 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 });
101 | } catch (error) {
> 102 | throw new Error(`----- beforeAll failed : ${error}`);
| ^
103 | }
104 | });
105 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:102:13
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[Share Action] › src/tests/share/share-file.e2e.ts:206: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.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
13 passed (2.7m)
|
Loading