[ACS-8914] Fix error on manage rules page open #3876
Annotations
5 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L102
1) [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-1q0ly' already exists.","statusCode":409,"briefSummary":"10071588 Person 'user-1q0ly' 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":"8a9f6114-09dd-48dd-9f61-1409dd88dd76"}}
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:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L102
1) [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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: ----- beforeAll failed : Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":401,"briefSummary":"10071672 Authentication failed for Web Script org/alfresco/api/ResourceWebScript.get","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":"663e1785-c247-491e-be17-85c247091ebe"}}
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:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L67
1) [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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
65 | const apiClientFactory = new ApiClientFactory();
66 |
> 67 | test.beforeAll(async () => {
| ^
68 | try {
69 | test.setTimeout(timeouts.extendedTest);
70 | 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.e2e.ts:67:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
2) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
false
|
Run /./.github/actions/run-e2e-playwright
Process completed with exit code 1.
|
Run /./.github/actions/run-e2e-playwright
1 failed
[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
1 flaky
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
1 did not run
12 passed (7.6m)
|
Loading