Manual ADF dependencies bump #2941
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
pull-request.yml
on: pull_request
Annotations
49 errors, 22 warnings, and 16 notices
[Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L120
1) [Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-1ge9z]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-1ge9z]')
118 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
119 | await libraryDialog.createButton.click();
> 120 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
121 |
122 | await myLibrariesPage.navigate();
123 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:120:73
|
[Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L120
1) [Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-qzmk0]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-qzmk0]')
118 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
119 | await libraryDialog.createButton.click();
> 120 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
121 |
122 | await myLibrariesPage.navigate();
123 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:120:73
|
[Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel:
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
Error: {"error":{"errorKey":"Person 'user-11ypk' already exists.","statusCode":409,"briefSummary":"05262574 Person 'user-11ypk' 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":"03c7bf32-7bd2-451b-bf9a-175ec3764da4"}}
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)
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L131
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification
Error: expect(received).toEqual(expected) // deep equality
Expected: " Showing 1--1 of -1 "
Received: " Showing 1-12 of 12 "
129 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeFalsy();
130 | items--;
> 131 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `);
| ^
132 | await trashPage.navigate();
133 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeTruthy();
134 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:131:60
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L206
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
Error: expect(received).toContain(expected) // indexOf
Expected substring: "1-0 of 0"
Received string: "Showing 1-12 of 12"
204 | await personalFiles.dataTable.spinnerWaitForReload();
205 | expect(await personalFiles.dataTable.isItemPresent(file5)).toBeTruthy();
> 206 | expect(await personalFiles.pagination.getRange()).toContain(`1-${items} of ${items}`);
| ^
207 | });
208 |
209 | test('[C280503] undo delete of folder with content', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:206:57
|
[Delete Actions] › src/tests/restore.e2e.ts:165:9 › Restore from Trash › failure to restore › [C217178] Restore a file when another file with same name exists on the restore location:
e2e/playwright/delete-actions/src/tests/restore.e2e.ts#L148
3) [Delete Actions] › src/tests/restore.e2e.ts:165:9 › Restore from Trash › failure to restore › [C217178] Restore a file when another file with same name exists on the restore location
TypeError: Cannot read properties of null (reading 'entry')
146 |
147 | test.beforeAll(async () => {
> 148 | folder1Id = (await nodesApi.createFolder(folder1)).entry.id;
| ^
149 | folder2Id = (await nodesApi.createFolder(folder2)).entry.id;
150 | file1Id1 = (await nodesApi.createFile(file1, folder1Id)).entry.id;
151 | file2Id = (await nodesApi.createFile(file2, folder2Id)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/restore.e2e.ts:148:58
|
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination:
e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination
Test timeout of 150000ms exceeded.
|
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L196
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination
Error: locator.click: Test timeout of 150000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'site-1uzcu' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:196
194 | */
195 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 196 | await this.getCellLinkByName(name).click();
| ^
197 | await this.spinnerWaitForReload();
198 | }
199 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:196:40)
at copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:76:37)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:99:11
|
E2E Playwright - special-permissions
Timed out waiting 600s for the test suite to run
|
E2E Playwright - special-permissions
Timed out waiting 600s for the teardown for test suite to run
|
[special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L68
1) [special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]
Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68
66 | );
67 | for (const action of expectedToolbarMore) {
> 68 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
69 | }
70 | }
71 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:93:7
|
[special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L68
1) [special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68
66 | );
67 | for (const action of expectedToolbarMore) {
> 68 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
69 | }
70 | }
71 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:93:7
|
[special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L68
1) [special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68
66 | );
67 | for (const action of expectedToolbarMore) {
> 68 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
69 | }
70 | }
71 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:93:7
|
[special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]:
e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
2) [special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]
Test timeout of 85000ms exceeded.
|
[special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L245
2) [special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]
Error: locator.waitFor: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-bm79n-my-locked.txt' }).locator('.mat-checkbox-checked')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:245
243 | let row = this.getRowByName(name);
244 | await row.locator('mat-checkbox').click();
> 245 | await row.locator('.mat-checkbox-checked').waitFor({ state: 'attached' });
| ^
246 | }
247 | }
248 |
at DataTableComponent.selectItem (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:245:50)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:35:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:187:9
|
[special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L68
2) [special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected to contain Remove Favorite Cancel Editing,Upload New Version,Favorite,Copy,Manage Versions
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68
66 | );
67 | for (const action of expectedToolbarMore) {
> 68 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
69 | }
70 | }
71 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:187:9
|
[special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L68
2) [special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected to contain Remove Favorite Cancel Editing,Upload New Version,Favorite,Copy,Manage Versions
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68
66 | );
67 | for (const action of expectedToolbarMore) {
> 68 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
69 | }
70 | }
71 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:68:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:187:9
|
[special-permissions] › src/tests/other-permissions.ts:197:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the viewer : › file opened from File Libraries - [C297661]:
e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
3) [special-permissions] › src/tests/other-permissions.ts:197:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the viewer : › file opened from File Libraries - [C297661]
Test was interrupted.
|
E2E Playwright - list-views
Timed out waiting 600s for the test suite to run
|
E2E Playwright - list-views
Timed out waiting 600s for the teardown for test suite to run
|
[List Views] › src/tests/permissions.e2e.ts:169:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files:
e2e/playwright/list-views/src/tests/permissions.e2e.ts#L136
1) [List Views] › src/tests/permissions.e2e.ts:169:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files
"beforeAll" hook timeout of 240000ms exceeded.
134 | let adminSiteApiActions: SitesApi;
135 |
> 136 | test.beforeAll(async () => {
| ^
137 | test.setTimeout(timeouts.webServer);
138 | const userFavoritesApi = await FavoritesPageApi.initialize(username, username);
139 | const userShareActionApi = await SharedLinksApi.initialize(username, username);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.e2e.ts:136:10
|
[List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column:
e2e/playwright/list-views/src/tests/personal-files.e2e.ts#L1
2) [List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Test timeout of 85000ms exceeded.
|
[List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L270
2) [List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Error: locator.innerText: Test timeout of 85000ms exceeded.
Call log:
- 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:270
268 |
269 | async getSortedColumnHeaderText(): Promise<string> {
> 270 | return this.sortedColumnHeader.innerText();
| ^
271 | }
272 |
273 | 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:270:36)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.e2e.ts:64:44
|
[List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder:
e2e/playwright/list-views/src/tests/recent-files.e2e.ts#L1
3) [List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder
Error: {"error":{"errorKey":"Person 'user-ku3oq' already exists.","statusCode":409,"briefSummary":"05262867 Person 'user-ku3oq' 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":"8593de1d-e4f8-4998-9ef9-b928fbda00d6"}}
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)
|
[List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site:
e2e/playwright/list-views/src/tests/shared-files.e2e.ts#L1
4) [List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site
Error: {"error":{"errorKey":"Person 'user-dcix4' already exists.","statusCode":409,"briefSummary":"05262953 Person 'user-dcix4' 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":"54556f99-d77e-455d-a3d5-2b0c730c9429"}}
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)
|
[List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site:
e2e/playwright/list-views/src/tests/shared-files.e2e.ts#L1
4) [List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app:
e2e/playwright/list-views/src/tests/sort-list.e2e.ts#L1
5) [List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app
Test was interrupted.
|
[List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L270
5) [List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app
Error: locator.innerText: Test ended.
Call log:
- 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:270
268 |
269 | async getSortedColumnHeaderText(): Promise<string> {
> 270 | return this.sortedColumnHeader.innerText();
| ^
271 | }
272 |
273 | 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:270:36)
at DataTableComponent.sortBy (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:150:35)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/sort-list.e2e.ts:126:35
|
E2E Playwright - search
Timed out waiting 600s for the test suite to run
|
E2E Playwright - search
Timed out waiting 600s for the teardown for test suite to run
|
[Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
1) [Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
1) [Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
1) [Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options:
e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L157
3) [Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
155 | await searchPage.dataTable.progressBarWaitForReload();
156 |
> 157 | expect(await searchPage.dataTable.getRowsCount()).toBe(1);
| ^
158 | await expect(searchPage.dataTable.getRowByName(logicFile1.name)).toBeHidden();
159 | await expect(searchPage.dataTable.getRowByName(logicFile2.name)).toBeVisible();
160 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:157:55
|
[Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB:
e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L74
4) [Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: '1k6tk-fileNameKb.pdf' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: '1k6tk-fileNameKb.pdf' })
72 |
73 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: At Most 1 MB');
> 74 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible();
| ^
75 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden();
76 | });
77 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:74:68
|
E2E Playwright - library-actions
Timed out waiting 600s for the test suite to run
|
E2E Playwright - library-actions
Timed out waiting 600s for the teardown for test suite to run
|
[Library Actions] › src/tests/library-actions.e2e.ts:229:9 › Library actions › My Libraries page › [C289988] Delete a library from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L237
1) [Library Actions] › src/tests/library-actions.e2e.ts:229:9 › Library actions › My Libraries page › [C289988] Delete a library from My Libraries
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'Library deleted' }).first()
Expected: visible
Received: hidden
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'Library deleted' }).first()
235 | await myLibrariesHeader.clickMoreActions();
236 | await libraryMenu.clickMenuItem(deleteButton);
> 237 | await expect.soft(snackBar.getByMessageLocator(libraryDeletedMessage)).toBeVisible();
| ^
238 | await expect(libraryTable.getRowByName(user2Library5Delete)).toBeHidden();
239 | await trashPage.navigate({ waitUntil: loadString });
240 | await expect(trashTable.getRowByName(user2Library5Delete)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:237:78
|
[Library Actions] › src/tests/library-actions.e2e.ts:229:9 › Library actions › My Libraries page › [C289988] Delete a library from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
1) [Library Actions] › src/tests/library-actions.e2e.ts:229:9 › Library actions › My Libraries page › [C289988] Delete a library from My Libraries
"afterAll" hook timeout of 85000ms exceeded.
143 | });
144 |
> 145 | test.afterAll(async () => {
| ^
146 | try {
147 | await adminSitesApi.deleteSites(adminLibraryIds);
148 | await adminSitesApi.deleteSites(adminModerateLibraryIds);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
|
[Library Actions] › src/tests/library-actions.e2e.ts:229:9 › Library actions › My Libraries page › [C289988] Delete a library from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:229:9 › Library actions › My Libraries page › [C289988] Delete a library from My Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[Library Actions] › src/tests/library-actions.e2e.ts:319:9 › Library actions › Favorite Libraries page › [C289991] Delete a library from Favorite Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L330
2) [Library Actions] › src/tests/library-actions.e2e.ts:319:9 › Library actions › Favorite Libraries page › [C289991] Delete a library from Favorite Libraries
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'Library deleted' }).first()
Expected: visible
Received: hidden
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'Library deleted' }).first()
328 | await myLibrariesHeader.clickMoreActions();
329 | await libraryMenu.clickMenuItem(deleteButton);
> 330 | await expect.soft(snackBar.getByMessageLocator(libraryDeletedMessage)).toBeVisible();
| ^
331 | await expect(libraryTable.getRowByName(user2Library6Delete)).toBeHidden();
332 | await trashPage.navigate({ waitUntil: loadString });
333 | await expect(trashTable.getRowByName(user2Library6Delete)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:330:78
|
[Library Actions] › src/tests/library-actions.e2e.ts:319:9 › Library actions › Favorite Libraries page › [C289991] Delete a library from Favorite Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
2) [Library Actions] › src/tests/library-actions.e2e.ts:319:9 › Library actions › Favorite Libraries page › [C289991] Delete a library from Favorite Libraries
"afterAll" hook timeout of 85000ms exceeded.
143 | });
144 |
> 145 | test.afterAll(async () => {
| ^
146 | try {
147 | await adminSitesApi.deleteSites(adminLibraryIds);
148 | await adminSitesApi.deleteSites(adminModerateLibraryIds);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
|
[Library Actions] › src/tests/library-actions.e2e.ts:319:9 › Library actions › Favorite Libraries page › [C289991] Delete a library from Favorite Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:319:9 › Library actions › Favorite Libraries page › [C289991] Delete a library from Favorite Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[Library Actions] › src/tests/library-actions.e2e.ts:433:9 › Library actions › Search Page › [C306965] Delete a library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L444
3) [Library Actions] › src/tests/library-actions.e2e.ts:433:9 › Library actions › Search Page › [C306965] Delete a library from Search Results
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'Library deleted' }).first()
Expected: visible
Received: hidden
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'Library deleted' }).first()
442 | await searchHeader.clickMoreActions();
443 | await libraryMenu.clickMenuItem(deleteButton);
> 444 | await expect.soft(snackBar.getByMessageLocator(libraryDeletedMessage)).toBeVisible();
| ^
445 | await expect(libraryTable.getRowByName(user2Library7Delete)).toBeHidden();
446 | await trashPage.navigate({ waitUntil: loadString });
447 | await expect(trashTable.getRowByName(user2Library7Delete)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:444:78
|
[Library Actions] › src/tests/library-actions.e2e.ts:433:9 › Library actions › Search Page › [C306965] Delete a library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
3) [Library Actions] › src/tests/library-actions.e2e.ts:433:9 › Library actions › Search Page › [C306965] Delete a library from Search Results
"afterAll" hook timeout of 85000ms exceeded.
143 | });
144 |
> 145 | test.afterAll(async () => {
| ^
146 | try {
147 | await adminSitesApi.deleteSites(adminLibraryIds);
148 | await adminSitesApi.deleteSites(adminModerateLibraryIds);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
|
Finalize
Process completed with exit code 1.
|
build
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/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests: aca-shared
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unit tests: aca-content
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E Playwright - navigation
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/.
|
E2E Playwright - folder-rules
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/.
|
E2E Protractor - editActions
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, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E Playwright - authentication
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/.
|
E2E Playwright - info-drawer
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/.
|
E2E Playwright - favorite-actions
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/.
|
E2E Playwright - share-action
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/.
|
E2E Playwright - create-actions
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/.
|
E2E Playwright - upload-download-actions
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/.
|
E2E Playwright - pagination
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/.
|
E2E Playwright - delete-actions
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/.
|
E2E Playwright - viewer
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/.
|
E2E Playwright - copy-move-actions
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/.
|
E2E Playwright - special-permissions
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/.
|
E2E Playwright - list-views
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/.
|
E2E Playwright - search
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/.
|
E2E Playwright - library-actions
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/.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "editActions".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
16 passed (2.0m)
|
🎭 Playwright Run Summary
3 passed (36.7s)
|
🎭 Playwright Run Summary
5 passed (29.1s)
|
🎭 Playwright Run Summary
18 passed (2.3m)
|
🎭 Playwright Run Summary
9 passed (1.1m)
|
🎭 Playwright Run Summary
15 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
19 passed (2.9m)
|
🎭 Playwright Run Summary
1 flaky
[Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
28 passed (3.0m)
|
🎭 Playwright Run Summary
11 passed (2.9m)
|
🎭 Playwright Run Summary
3 flaky
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
[Delete Actions] › src/tests/restore.e2e.ts:165:9 › Restore from Trash › failure to restore › [C217178] Restore a file when another file with same name exists on the restore location
20 passed (5.3m)
|
🎭 Playwright Run Summary
27 passed (3.8m)
|
🎭 Playwright Run Summary
1 flaky
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination
22 passed (8.1m)
|
🎭 Playwright Run Summary
2 failed
[special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]
[special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]
1 interrupted
[special-permissions] › src/tests/other-permissions.ts:197:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the viewer : › file opened from File Libraries - [C297661]
11 did not run
50 passed (10.0m)
|
🎭 Playwright Run Summary
2 interrupted
[List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app
[List Views] › src/tests/sort-list.e2e.ts:237:9 › Remember sorting › User Tests › [C261137] Size sort order is retained when user logs out and logs back in
4 flaky
[List Views] › src/tests/permissions.e2e.ts:169:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213178] on Recent Files
[List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
[List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder
[List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site
9 did not run
49 passed (10.0m)
Timed out waiting 600s for the entire test run
|
🎭 Playwright Run Summary
2 failed
[Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match
[Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
3 flaky
[Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options
[Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
3 skipped
8 did not run
30 passed (10.0m)
Timed out waiting 600s for the entire test run
|
🎭 Playwright Run Summary
3 flaky
[Library Actions] › src/tests/library-actions.e2e.ts:229:9 › Library actions › My Libraries page › [C289988] Delete a library from My Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:319:9 › Library actions › Favorite Libraries page › [C289991] Delete a library from Favorite Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:433:9 › Library actions › Search Page › [C306965] Delete a library from Search Results
3 skipped
13 passed (10.0m)
Timed out waiting 600s for the entire test run
|