GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 #4049
Annotations
2 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L114
1) [Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
Array [
"Personal Files",
"parent-viewer-1r4fo",
"subFolder1-1hl72",
+ "subFolder2-1e5op",
]
112 | await personalFiles.dataTable.spinnerWaitForReload();
113 | const expectedBreadcrumb = ['Personal Files', parent, subFolder1];
> 114 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(expectedBreadcrumb);
| ^
115 | });
116 |
117 | test('[C213237] Tooltip appears on hover on a step in breadcrumb', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts:114:58
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
2) [Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
Error: {"error":{"errorKey":"Person 'user-qzcmr' already exists.","statusCode":409,"briefSummary":"110912828 Person 'user-qzcmr' 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":"bb935e15-5962-404d-935e-155962c04dc2"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
[Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
14 passed (3.8m)
|
Loading