Build(deps-dev): Bump @playwright/test from 1.37.1 to 1.40.0 #1747
Annotations
4 errors and 1 notice
e2e/playwright/navigation/src/tests/single-click.spec.ts#L81
1) [Navigation] › src/tests/single-click.spec.ts:75:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: fileSite-aa8vz.txt not displayed
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
79 | await myLibrariesPage.dataTable.spinnerWaitForReload();
80 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 81 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
82 | });
83 | });
84 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:81:114
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L45
1) [Navigation] › src/tests/single-click.spec.ts:75:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
43 | const fileSite = `fileSite-${Utils.random()}.txt`;
44 |
> 45 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
46 | await apiClientFactory.setUpAcaBackend('***');
47 | const node = await apiClientFactory.nodes.createNode('-my-', { name: folder1, nodeType: 'cm:folder', relativePath: '/' });
48 | folder1Id = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:45:8
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L81
1) [Navigation] › src/tests/single-click.spec.ts:75:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: fileSite-o8x9s.txt not displayed
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
79 | await myLibrariesPage.dataTable.spinnerWaitForReload();
80 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 81 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
82 | });
83 | });
84 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:81:114
|
|
|
The logs for this run have expired and are no longer available.
Loading