ACS-9155 CI e2e flaky test fix #4225
Annotations
3 errors, 2 warnings, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
1) [Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L67
1) [Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'Comments' })
65 | await personalFiles.dataTable.getRowByName(personalFolderName).click();
66 | await personalFiles.acaHeader.viewDetails.click();
> 67 | await personalFiles.infoDrawer.commentsTab.click();
| ^
68 | await expect(personalFiles.infoDrawer.commentInputField).toBeVisible();
69 | expect(await personalFiles.infoDrawer.checkCommentsHeaderCount()).toEqual(0);
70 | await expect(personalFiles.infoDrawer.addCommentButton).toBeDisabled();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:67:48
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts#L65
2) [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer
Error: expect(received).toContain(expected) // indexOf
Expected substring: "This is a small demonstration"
Received string: ""
63 | await expect(pageLoaded).toBeVisible();
64 | await expect(textLayerLoaded).toBeVisible();
> 65 | expect(await specificText).toContain(text);
| ^
66 | }
67 |
68 | test('[C595967] Should preview document from the info drawer', async ({ personalFiles }) => {
at checkFileContent (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:65:32)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:76:5
|
Run /./.github/actions/run-e2e-playwright:
[Info Drawer] › src/tests/file-folder-properties.e2e.ts#L1
[Info Drawer] › src/tests/file-folder-properties.e2e.ts took 1.3m
|
Run /./.github/actions/run-e2e-playwright:
[Info Drawer] › src/tests/library-properties.e2e.ts#L1
[Info Drawer] › src/tests/library-properties.e2e.ts took 1.3m
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields
[Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer
23 passed (5.8m)
|
Loading