[ACS-6668] [ACS-6669] e2e migration - Info Drawer general and library properties tests #2237
Annotations
3 errors, 1 warning, and 1 notice
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L93
1) [Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
Error: expect(received).toEqual(expected) // deep equality
- Expected - 4
+ Received + 0
Array [
"My Libraries",
- "site-1iial",
- "parent-in-site-3ljgv",
- "subFolder1-in-site-39iry",
- "subFolder2-in-site-wx8al",
]
91 | await myLibrariesPage.navigate({ remoteUrl: `#/libraries/${subFolder2FromSiteId}` });
92 | const expectedItems = ['My Libraries', siteName, parentFromSite, subFolder1FromSite, subFolder2FromSite];
> 93 | expect(await myLibrariesPage.breadcrumb.getAllItems()).toEqual(expectedItems);
| ^
94 | });
95 |
96 | test('[C213235] User can navigate to any location by clicking on a step from the breadcrumb', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:93:60
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L101
2) [Navigation] › src/tests/breadcrumb.spec.ts:96: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 - 3
+ Received + 4
Array [
- "Personal Files",
- "parent-keq82",
- "subFolder1-e96xv",
+ " Personal Files chevron_right ",
+ " parent-keq82 chevron_right ",
+ " subFolder1-e96xv chevron_right ",
+ " subFolder2-6yaut ",
]
99 | await personalFiles.dataTable.spinnerWaitForReload();
100 | const expectedBreadcrumb = ['Personal Files', parent, subFolder1];
> 101 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(expectedBreadcrumb);
| ^
102 | });
103 |
104 | 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.spec.ts:101:58
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L85
3) [Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: fileSite-p7ud7.txt not displayed
Expected: true
Received: false
83 | await myLibrariesPage.dataTable.spinnerWaitForReload();
84 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 85 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
86 | });
87 | });
88 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:85:114
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
3 flaky
[Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
[Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
12 passed (3.8m)
|
The logs for this run have expired and are no longer available.
Loading