GH Auto: Upstream dependencies ADF:6.7.0-7879657859 JS-API:7.6.0-7879657859 using Tag:6.7.0-7879657859 #2231
Annotations
9 errors, 1 warning, and 1 notice
|
|
e2e/playwright/list-views/src/tests/trash.spec.ts#L41
1) [List Views] › src/tests/trash.spec.ts:93:9 › Trash › Regular user's personal files › [C280494] has the correct columns
"beforeAll" hook timeout of 85000ms exceeded.
39 | const fileInFolder = `file-${Utils.random()}.txt`;
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | try {
43 | const apiClientFactory = new ApiClientFactory();
44 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.spec.ts:41:8
|
e2e/playwright/list-views/src/tests/trash.spec.ts#L41
2) [List Views] › src/tests/trash.spec.ts:105:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists
"beforeAll" hook timeout of 85000ms exceeded.
39 | const fileInFolder = `file-${Utils.random()}.txt`;
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | try {
43 | const apiClientFactory = new ApiClientFactory();
44 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.spec.ts:41:8
|
e2e/playwright/list-views/src/tests/trash.spec.ts#L41
3) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
"beforeAll" hook timeout of 85000ms exceeded.
39 | const fileInFolder = `file-${Utils.random()}.txt`;
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | try {
43 | const apiClientFactory = new ApiClientFactory();
44 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.spec.ts:41:8
|
e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
4) [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Test timeout of 85000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L260
4) [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Error: locator.innerText: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-datatable__header--sorted-asc .adf-datatable-cell-header-content .adf-datatable-cell-value,\n .adf-datatable__header--sorted-desc .adf-datatable-cell-header-content .adf-datatable-cell-value')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:260
258 |
259 | async getSortedColumnHeaderText(): Promise<string> {
> 260 | return this.sortedColumnHeader.innerText();
| ^
261 | }
262 |
263 | private getItemLocationEl(name: string): Locator {
at DataTableComponent.getSortedColumnHeaderText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:260:36)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.spec.ts:68:44
|
e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
4) [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Pending operations:
- locator.innerText at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:260:36
|
|
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 failed
[List Views] › src/tests/trash.spec.ts:93:9 › Trash › Regular user's personal files › [C280494] has the correct columns
[List Views] › src/tests/trash.spec.ts:105:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists
[List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
1 flaky
[List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
3 skipped
30 passed (9.9m)
|
The logs for this run have expired and are no longer available.
Loading