AAE-28655 Testing datatable auto-scrolling #4033
Annotations
10 errors and 1 notice
Run /./.github/actions/run-e2e-playwright
Timed out waiting 600s for the test suite to run
|
Run /./.github/actions/run-e2e-playwright
Timed out waiting 600s for the teardown for test suite to run
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L42
1) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
"beforeAll" hook timeout of 150000ms exceeded.
40 | const fileName4 = `file4-${Utils.random()}.txt`;
41 |
> 42 | test.beforeAll(async () => {
| ^
43 | try {
44 | test.setTimeout(timeouts.extendedTest);
45 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:42:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L1
2) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L267
2) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns
Error: locator.waitFor: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-datatable-row .adf-datatable-cell-header .adf-datatable-cell-value').first()
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:267
265 | async getColumnHeaders(): Promise<Array<string>> {
266 | const columnNameLocator = this.columnHeaders;
> 267 | await this.columnHeaders.nth(0).waitFor({ state: 'attached' });
| ^
268 | return columnNameLocator.allTextContents();
269 | }
270 |
at DataTableComponent.getColumnHeaders (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:267:37)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:145:68
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/permissions.e2e.ts#L1
3) [List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files
Error: {"error":{"errorKey":"Person 'userPermissions-6vkt6' already exists.","statusCode":409,"briefSummary":"110524693 Person 'userPermissions-6vkt6' 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":"19c75f29-0055-4ef2-875f-2900556ef215"}}
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)
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/recent-files.e2e.ts#L1
4) [List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder
Error: {"error":{"errorKey":"Person 'user-1sc8d' already exists.","statusCode":409,"briefSummary":"110525034 Person 'user-1sc8d' 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":"babc4b73-7cd0-4319-bc4b-737cd0531912"}}
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)
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
5) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L291
5) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-wvb9m.txt' }).locator('.aca-location-link')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:291
289 |
290 | async clickItemLocation(name: string): Promise<void> {
> 291 | await this.getItemLocationEl(name).click();
| ^
292 | }
293 |
294 | async getSortingOrder(): Promise<string> {
at DataTableComponent.clickItemLocation (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:291:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:103:33
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
6) [List Views] › src/tests/trash.e2e.ts:108:9 › Trash › Regular user's personal files › [C280497] Location column redirect - file in site
Test was interrupted.
|
Run /./.github/actions/run-e2e-playwright
1 interrupted
[List Views] › src/tests/trash.e2e.ts:108:9 › Trash › Regular user's personal files › [C280497] Location column redirect - file in site
5 flaky
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
[List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns
[List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files
[List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder
[List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
62 passed (10.0m)
|
Loading