AAE-22900 Testing server sorting mode #4018
Annotations
2 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:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts#L98
1) [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
Error: locator.waitFor: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-info-drawer .adf-comment-list-item').first() to be visible
at ../../../projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:98
96 |
97 | async waitForComments(): Promise<void> {
> 98 | await this.commentsList.first().waitFor();
| ^
99 | }
100 |
101 | async addCommentToNode(commentText: string): Promise<void> {
at AdfInfoDrawerComponent.waitForComments (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/adf-info-drawer.component.ts:98:37)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:105:33
|
Run /./.github/actions/run-e2e-playwright:
[Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 26.4s
|
Run /./.github/actions/run-e2e-playwright:
[Info Drawer] › src/tests/file-preview.e2e.ts#L1
[Info Drawer] › src/tests/file-preview.e2e.ts took 19.6s
|
Run /./.github/actions/run-e2e-playwright
1 flaky
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
24 passed (5.6m)
|
Loading