[ACS-6535]add e2e test suite for copy-move-actions #1991
Annotations
10 errors and 1 notice
e2e/playwright/list-views/src/tests/permissions.spec.ts#L101
1) [List Views] › src/tests/permissions.spec.ts:96:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files
Error: Items are still displayed
Expected: true
Received: false
99 | await siteApiAdmin.deleteSiteMember(sitePrivate, username);
100 | await recentFilesPage.reload();
> 101 | expect(await recentFilesPage.dataTable.isEmpty(), 'Items are still displayed').toBe(true);
| ^
102 | });
103 |
104 | test('[C213227] on Favorites', async ({ favoritePage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:101:86
|
e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
2) [List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar
Test timeout of 45000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L183
2) [List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'user-folder-5i00e' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183
181 | */
182 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 183 | await this.getCellLinkByName(name).click();
| ^
184 | await this.spinnerWaitForReload();
185 | }
186 |
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:183:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.spec.ts:72:37
|
e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
2) [List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183:40
|
e2e/playwright/list-views/src/tests/recent-files.spec.ts#L1
3) [List Views] › src/tests/recent-files.spec.ts:110:7 › Recent Files › [C280486] Location column redirect - file in folder
Error: {"error":{"errorKey":"Person 'user-1haxw' already exists.","statusCode":409,"briefSummary":"11276122 Person 'user-1haxw' 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"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
e2e/playwright/list-views/src/tests/shared-files.spec.ts#L1
4) [List Views] › src/tests/shared-files.spec.ts:112:7 › Shared Files › [C213666] Location column redirect - file in user Home
Test timeout of 45000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L277
4) [List Views] › src/tests/shared-files.spec.ts:112:7 › Shared Files › [C213666] Location column redirect - file in user Home
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file4-bmqf6.txt' }).locator('.aca-location-link')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:277
275 |
276 | async clickItemLocation(name: string): Promise<void> {
> 277 | await this.getItemLocationEl(name).click();
| ^
278 | }
279 |
280 | 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:277:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/shared-files.spec.ts:113:32
|
e2e/playwright/list-views/src/tests/shared-files.spec.ts#L1
4) [List Views] › src/tests/shared-files.spec.ts:112:7 › Shared Files › [C213666] Location column redirect - file in user Home
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:277:40
|
e2e/playwright/list-views/src/tests/sort-list.spec.ts#L1
5) [List Views] › src/tests/sort-list.spec.ts:232:9 › Remember sorting › User Tests › [C261137] Size sort order is retained when user logs out and logs back in
Error: {"error":{"errorKey":"Person 'userSort1-p8lq9' already exists.","statusCode":409,"briefSummary":"11276170 Person 'userSort1-p8lq9' 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"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
e2e/playwright/list-views/src/tests/trash.spec.ts#L1
6) [List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Test timeout of 45000ms exceeded.
|
6 flaky
[List Views] › src/tests/permissions.spec.ts:96:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files
[List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar
[List Views] › src/tests/recent-files.spec.ts:110:7 › Recent Files › [C280486] Location column redirect - file in folder
[List Views] › src/tests/shared-files.spec.ts:112:7 › Shared Files › [C213666] Location column redirect - file in user Home
[List Views] › src/tests/sort-list.spec.ts:232:9 › Remember sorting › User Tests › [C261137] Size sort order is retained when user logs out and logs back in
[List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
53 passed (9.4m)
|
The logs for this run have expired and are no longer available.
Loading