[ACS-8063] Migrate editActions e2e from Protractor to Playwright #3137
Annotations
2 errors, 1 warning, and 1 notice
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-wni2w",
"subFolder1-1s5sh",
+ "subFolder2-18x87",
]
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
|
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-1l6vt' already exists.","statusCode":409,"briefSummary":"06233148 Person 'user-1l6vt' 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":"b7d6594a-6f49-4dde-a3ba-86a5db2e1f4f"}}
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)
|
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
[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 (2.3m)
|
This job succeeded
Loading