Test translation cleanup #4027
pull-request.yml
on: pull_request
Annotations
134 errors, 5 warnings, and 17 notices
[Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L114
1) [Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
Array [
"Personal Files",
"parent-viewer-idwyg",
"subFolder1-9m30o",
+ "subFolder2-1mjxk",
]
112 | await personalFiles.dataTable.spinnerWaitForReload();
113 | const expectedBreadcrumb = ['Personal Files', parent, subFolder1];
> 114 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(expectedBreadcrumb);
| ^
115 | });
116 |
117 | test('[C213237] Tooltip appears on hover on a step in breadcrumb', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts:114:58
|
[Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L114
1) [Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
Array [
"Personal Files",
"parent-viewer-7kvef",
"subFolder1-10hmp",
+ "subFolder2-gq7dm",
]
112 | await personalFiles.dataTable.spinnerWaitForReload();
113 | const expectedBreadcrumb = ['Personal Files', parent, subFolder1];
> 114 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(expectedBreadcrumb);
| ^
115 | });
116 |
117 | test('[C213237] Tooltip appears on hover on a step in breadcrumb', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts:114:58
|
[Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
1) [Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
1) [Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Navigation] › src/tests/breadcrumb.e2e.ts:117:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
2) [Navigation] › src/tests/breadcrumb.e2e.ts:117:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Navigation] › src/tests/breadcrumb.e2e.ts:117:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
2) [Navigation] › src/tests/breadcrumb.e2e.ts:117:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Navigation] › src/tests/breadcrumb.e2e.ts:117:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
2) [Navigation] › src/tests/breadcrumb.e2e.ts:117:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Navigation] › src/tests/breadcrumb.e2e.ts:117:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
2) [Navigation] › src/tests/breadcrumb.e2e.ts:117:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Navigation] › src/tests/single-click.e2e.ts:66:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash:
e2e/playwright/navigation/src/tests/single-click.e2e.ts#L1
3) [Navigation] › src/tests/single-click.e2e.ts:66:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash
Error: <html>
|
[Navigation] › src/tests/single-click.e2e.ts:66:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash:
e2e/playwright/navigation/src/tests/single-click.e2e.ts#L1
3) [Navigation] › src/tests/single-click.e2e.ts:66:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts#L41
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.e2e.ts:41
39 | const apiClientFactory = new ApiClientFactory();
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | test.setTimeout(timeouts.extendedTest);
43 | await apiClientFactory.setUpAcaBackend('admin');
44 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts#L41
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.e2e.ts:41
39 | const apiClientFactory = new ApiClientFactory();
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | test.setTimeout(timeouts.extendedTest);
43 | await apiClientFactory.setUpAcaBackend('admin');
44 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/personal-files.ts#L1
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]:
e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.e2e.ts#L83
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
"beforeAll" hook timeout of 200000ms exceeded.
at src/tests/special-permissions-actions.e2e.ts:83
81 | let managerSearchActions: SearchPageApi;
82 |
> 83 | test.beforeAll(async () => {
| ^
84 | test.setTimeout(timeouts.extendedLongTest);
85 | await apiClientFactory.setUpAcaBackend('admin');
86 | await apiClientFactory.createUser({ username: userManager });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.e2e.ts:83:8
|
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Error: <html>
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file:
e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts#L1
1) [Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
Test timeout of 85000ms exceeded.
|
[Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L253
1) [Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
Error: locator.hover: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-locked-12c9y.docx' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:253
251 | if (!isSelected) {
252 | const row = this.getRowByName(name);
> 253 | await row.hover();
| ^
254 | await row.locator(this.uncheckedCheckbox).click();
255 | await row.locator(this.checkedCheckbox).waitFor({ state: 'attached' });
256 | }
at DataTableComponent.selectItems (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:253:19)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts:87:5
|
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118: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-library3-1sery]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1sery]')
121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
122 | await libraryDialog.createButton.click();
> 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
124 |
125 | await myLibrariesPage.navigate();
126 | 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:123:73
|
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'newContext')
|
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'newContext')
|
[Create Actions] › src/tests/create-library.e2e.ts:229:7 › Create Libraries › [C280027] Duplicate library ID:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L65
2) [Create Actions] › src/tests/create-library.e2e.ts:229:7 › Create Libraries › [C280027] Duplicate library ID
"beforeAll" hook timeout of 85000ms exceeded.
63 | const createdLibrariesIds: string[] = [];
64 |
> 65 | test.beforeAll(async () => {
| ^
66 | try {
67 | await apiClientFactory.setUpAcaBackend('admin');
68 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:65:8
|
[Create Actions] › src/tests/create-library.e2e.ts:229:7 › Create Libraries › [C280027] Duplicate library ID:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:229:7 › Create Libraries › [C280027] Duplicate library ID
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Create Actions] › src/tests/create-library.e2e.ts:229:7 › Create Libraries › [C280027] Duplicate library ID:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:229:7 › Create Libraries › [C280027] Duplicate library ID
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Create Actions] › src/tests/create-library.e2e.ts:240:7 › Create Libraries › [C280028] Create library using the ID of a library from the Trashcan:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
3) [Create Actions] › src/tests/create-library.e2e.ts:240:7 › Create Libraries › [C280028] Create library using the ID of a library from the Trashcan
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Create Actions] › src/tests/create-library.e2e.ts:240:7 › Create Libraries › [C280028] Create library using the ID of a library from the Trashcan:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
3) [Create Actions] › src/tests/create-library.e2e.ts:240:7 › Create Libraries › [C280028] Create library using the ID of a library from the Trashcan
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[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: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#L80
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
78 | let parentId: string;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
82 |
83 | await nodesApi.createFile(file1, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:80:10
|
[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#L81
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
79 |
80 | test.beforeAll(async () => {
> 81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
| ^
82 |
83 | await nodesApi.createFile(file1, parentId);
84 | await nodesApi.createFile(file2, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
|
[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#L115
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'unlockNodes')
113 |
114 | test.afterAll(async () => {
> 115 | await nodesApi.unlockNodes([fileLocked1Id, fileLocked2Id, fileLocked3Id, fileLocked4Id]);
| ^
116 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
117 | });
118 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:115:22
|
[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#L1
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L81
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
79 |
80 | test.beforeAll(async () => {
> 81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
| ^
82 |
83 | await nodesApi.createFile(file1, parentId);
84 | await nodesApi.createFile(file2, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L115
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'unlockNodes')
113 |
114 | test.afterAll(async () => {
> 115 | await nodesApi.unlockNodes([fileLocked1Id, fileLocked2Id, fileLocked3Id, fileLocked4Id]);
| ^
116 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
117 | });
118 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:115:22
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L1
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[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
3) [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/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#L81
3) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
79 |
80 | test.beforeAll(async () => {
> 81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
| ^
82 |
83 | await nodesApi.createFile(file1, parentId);
84 | await nodesApi.createFile(file2, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L130
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'C599174-e2e-5ph22' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'C599174-e2e-5ph22' })
128 | await personalFiles.navigate();
129 | await Utils.reloadPageIfRowNotVisible(personalFiles, folderName);
> 130 | await expect(personalFiles.dataTable.getRowByName(folderName)).toBeVisible();
| ^
131 | await personalFiles.dataTable.getRowByName(folderName).click();
132 | await personalFiles.acaHeader.viewDetails.click();
133 | }
at navigateAndOpenInfoDrawer (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:130:68)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:144:5
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L122
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteCategory')
120 | test.afterAll(async () => {
121 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
> 122 | await categoriesApi.deleteCategory(responseCategoryId);
| ^
123 | await tagsApi.deleteTagsByTagName(tagsPhraseForDeletion);
124 | });
125 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:122:25
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L122
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteCategory')
120 | test.afterAll(async () => {
121 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
> 122 | await categoriesApi.deleteCategory(responseCategoryId);
| ^
123 | await tagsApi.deleteTagsByTagName(tagsPhraseForDeletion);
124 | });
125 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:122:25
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded
Error: <html>
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L122
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded
TypeError: Cannot read properties of undefined (reading 'deleteCategory')
120 | test.afterAll(async () => {
121 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
> 122 | await categoriesApi.deleteCategory(responseCategoryId);
| ^
123 | await tagsApi.deleteTagsByTagName(tagsPhraseForDeletion);
124 | });
125 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:122:25
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L122
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteCategory')
120 | test.afterAll(async () => {
121 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
> 122 | await categoriesApi.deleteCategory(responseCategoryId);
| ^
123 | await tagsApi.deleteTagsByTagName(tagsPhraseForDeletion);
124 | });
125 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:122:25
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file:
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file
Test timeout of 85000ms exceeded.
|
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file:
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file:
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file:
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file:
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog:
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
Error: <html>
|
[Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog:
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
Error: <html>
|
[Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog:
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog:
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog:
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions:
projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
1) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-1oleb' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-1oleb' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60
58 |
59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> {
> 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 });
| ^
61 | }
62 |
63 | async countConditionsInGroup(): Promise<number> {
at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:155:33
|
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions:
projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts#L86
1) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('.mat-mdc-select-panel .mdc-list-item__primary-text').filter({ hasText: ' A site which contains sfdc content [sfdc:site] ' }).first().first()
at ../../../projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86
84 | async dropdownSelection(selectValue: string, locator: string, index: number): Promise<void> {
85 | await this.ruleActionLocator.nth(index).locator(locator).click();
> 86 | await this.getOptionLocator(selectValue).nth(0).click();
| ^
87 | }
88 |
89 | async insertCheckInActionValues(checkInValue: string, index: number): Promise<void> {
at ActionsDropdownComponent.dropdownSelection (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86:53)
at ActionsDropdownComponent.insertAddAspectActionValues (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:94:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:147:5
|
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L57
1) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
55 | }
56 |
> 57 | randomFolderName1Id = (await nodesApi.createFolder(randomFolderName1)).entry.id;
| ^
58 | randomFolderName2Id = (await nodesApi.createFolder(randomFolderName2)).entry.id;
59 | randomFolderName3Id = (await nodesApi.createFolder(randomFolderName3, randomFolderName1Id)).entry.id;
60 | await nodesApi.createFile(copyFileName, randomFolderName1Id);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:57:43
|
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L57
2) [Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
55 | }
56 |
> 57 | randomFolderName1Id = (await nodesApi.createFolder(randomFolderName1)).entry.id;
| ^
58 | randomFolderName2Id = (await nodesApi.createFolder(randomFolderName2)).entry.id;
59 | randomFolderName3Id = (await nodesApi.createFolder(randomFolderName3, randomFolderName1Id)).entry.id;
60 | await nodesApi.createFile(copyFileName, randomFolderName1Id);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:57:43
|
[Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
2) [Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L57
2) [Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
55 | }
56 |
> 57 | randomFolderName1Id = (await nodesApi.createFolder(randomFolderName1)).entry.id;
| ^
58 | randomFolderName2Id = (await nodesApi.createFolder(randomFolderName2)).entry.id;
59 | randomFolderName3Id = (await nodesApi.createFolder(randomFolderName3, randomFolderName1Id)).entry.id;
60 | await nodesApi.createFile(copyFileName, randomFolderName1Id);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:57:43
|
[Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
2) [Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L129
3) [Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.aca-manage-rules aca-rule-list-grouping aca-rule-list-item .mdc-switch--unselected').first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules aca-rule-list-grouping aca-rule-list-item .mdc-switch--unselected').first()
127 | await nodesPage.manageRulesDialog.ruleDisableCheckbox.click();
128 | await nodesPage.manageRulesDialog.createRuleButton.click();
> 129 | await expect(nodesPage.manageRules.ruleToggleFalse).toBeVisible();
| ^
130 | });
131 |
132 | test('[XAT-888] Create a rule with multiple actions', async ({ personalFiles, nodesPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:129:57
|
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L105
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─
Error: Item should be present in Trash
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
103 | await expect(personalFiles.dataTable.getCellLinkByName(randomDocxDelete), 'file should not visible').toBeHidden();
104 | await trashPage.navigate({ waitUntil: 'domcontentloaded' });
> 105 | expect(await trashPage.dataTable.isItemPresent(randomDocxDelete), 'Item should be present in Trash').toBe(true);
| ^
106 | });
107 |
108 | test('[C297584] Edit Offline action', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:105:106
|
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L80
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteNode')
78 |
79 | test.afterAll(async () => {
> 80 | await apiClientFactory.nodes.deleteNode(folderId, { permanent: true });
| ^
81 | await apiClientFactory.nodes.deleteNode(destinationId, { permanent: true });
82 | });
83 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:80:34
|
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
2) [Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L80
2) [Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteNode')
78 |
79 | test.afterAll(async () => {
> 80 | await apiClientFactory.nodes.deleteNode(folderId, { permanent: true });
| ^
81 | await apiClientFactory.nodes.deleteNode(destinationId, { permanent: true });
82 | });
83 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:80:34
|
[Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
2) [Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L162
3) [Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files
TimeoutError: locator.waitFor: Timeout 2000ms exceeded.
Call log:
- waiting for locator('.cdk-overlay-pane [id="app.viewer.favorite.remove"]')
160 |
161 | await sharedPage.acaHeader.clickViewerMoreActions();
> 162 | await favoritePage.viewerDialog.removeFavoriteMenuButton.waitFor({ state: 'attached', timeout: timeouts.normal });
| ^
163 | await expect(sharedPage.viewerDialog.removeFavoriteMenuButton, 'Item should be remove favorite').toBeVisible();
164 | await sharedPage.page.keyboard.press('Escape');
165 | await favoritePage.navigate({ waitUntil: 'domcontentloaded' });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:162:62
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L103
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Error: ----- beforeAll failed : Error: <html>
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L1
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Error: <html>
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L103
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: ----- beforeAll failed : Error: <html>
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L1
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L103
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: ----- beforeAll failed : Error: <html>
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L1
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L194
2) [Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
Error: expect(received).toEqual(expected) // deep equality
Expected: "12/7/2024"
Received: "Invalid Date"
192 | await page.waitForTimeout(timeouts.normal);
193 | const expireDateProperty = await nodesApiAction.getNodeProperty(file5Id, 'qshare:expiryDate');
> 194 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate));
| ^
195 | });
196 |
197 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:194:54
|
[Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
2) [Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L214
2) [Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file5-eeb3l.txt' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:214
212 |
213 | async getActionLocatorFromExpandableMenu(name: string | number, action: string): Promise<Locator> {
> 214 | await this.getRowByName(name).click({ button: 'right' });
| ^
215 | return this.contextMenuActions.getButtonByText(action);
216 | }
217 |
at DataTableComponent.getActionLocatorFromExpandableMenu (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:214:35)
at DataTableComponent.performActionFromExpandableMenu (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:177:44)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:180:9
|
[Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L217
3) [Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "2025-12-05T10:37:16.740+0000"
215 | await page.waitForTimeout(timeouts.tiny);
216 | await personalFiles.shareDialog.clickClose();
> 217 | expect(await nodesApiAction.getNodeProperty(file7Id, 'qshare:expiryDate')).toBe('');
| ^
218 | });
219 |
220 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:217:84
|
[Library Actions] › src/tests/library-actions.e2e.ts:261:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:261:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries
Error: {"error":{"errorKey":"framework.exception.EntityNotFound","statusCode":404,"briefSummary":"11057734 The entity with id: playwright-Am-library-17zd8 was not found","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":"cd893256-f46a-45c6-8932-56f46a75c65a"}}
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)
|
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L46
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
"beforeAll" hook timeout of 85000ms exceeded.
44 | });
45 |
> 46 | test.beforeAll(async () => {
| ^
47 | try {
48 | const apiClientFactory = new ApiClientFactory();
49 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
|
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L46
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders
"beforeAll" hook timeout of 85000ms exceeded.
44 | });
45 |
> 46 | test.beforeAll(async () => {
| ^
47 | try {
48 | const apiClientFactory = new ApiClientFactory();
49 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
|
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any:
e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L98
3) [Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any
Error: expect(received).toBe(expected) // Object.is equality
Expected: 2
Received: 0
96 | await searchPage.dataTable.progressBarWaitForReload();
97 |
> 98 | expect(await searchPage.dataTable.getRowsCount()).toBe(2);
| ^
99 | await expect(searchPage.dataTable.getRowByName(logicFile1.name)).toBeVisible();
100 | await expect(searchPage.dataTable.getRowByName(logicFile2.name)).toBeVisible();
101 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:98:55
|
[Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any:
e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L1
3) [Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any:
e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L1
3) [Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude:
e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L1
4) [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude
Error: <html>
|
[Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content:
projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L64
1) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-17tv2' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-17tv2' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64
62 | const row = this.getRowByName(folderName);
63 |
> 64 | await expect(row).toBeVisible();
| ^
65 | await row.click({ trial: true });
66 |
67 | await expect(async () => {
at ContentNodeSelectorDialog.selectDestination (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64:23)
at PersonalFilesPage.copyOrMoveContentInDatatable (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:105:36)
at copyContentInPersonalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:76:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:96:5
|
[Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L68
1) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'entry')
66 |
67 | destinationFolderId = (await nodesApi.createFolder(destinationFolder)).entry.id;
> 68 | const sourceFolderId = (await nodesApi.createFolder(sourceFolder)).entry.id;
| ^
69 | sourceFileInsideFolderId = (await nodesApi.createFile(sourceFileInsideFolder, sourceFolderId)).entry.id;
70 | sourceFileId = (await nodesApi.createFile(sourceFile)).entry.id;
71 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:68:72
|
[Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
1) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination:
projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L64
2) [Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-nup3t' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-nup3t' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64
62 | const row = this.getRowByName(folderName);
63 |
> 64 | await expect(row).toBeVisible();
| ^
65 | await row.click({ trial: true });
66 |
67 | await expect(async () => {
at ContentNodeSelectorDialog.selectDestination (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64:23)
at PersonalFilesPage.copyOrMoveContentInDatatable (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:105:36)
at copyContentInPersonalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:76:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:135:5
|
[Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L142
2) [Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
140 | await personalFiles.dataTable.performClickFolderOrFileToOpen(sourceFolder);
141 | await personalFiles.spinner.waitForReload();
> 142 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFileInsideFolder)).toBeTruthy();
| ^
143 | expect(await personalFiles.dataTable.isItemPresent(expectedNameForCopiedFile)).toBeTruthy();
144 | });
145 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:142:86
|
[Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L143
2) [Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
141 | await personalFiles.spinner.waitForReload();
142 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFileInsideFolder)).toBeTruthy();
> 143 | expect(await personalFiles.dataTable.isItemPresent(expectedNameForCopiedFile)).toBeTruthy();
| ^
144 | });
145 |
146 | test('[C217139] Copy locked file', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:143:84
|
[Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
2) [Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
3) [Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ─
Error: <html>
|
[Copy Move Actions] › src/tests/copy.e2e.ts:181:7 › Copy actions › [C217172] Undo copy of folders:
projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L64
4) [Copy Move Actions] › src/tests/copy.e2e.ts:181:7 › Copy actions › [C217172] Undo copy of folders
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-fg2zn' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-fg2zn' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64
62 | const row = this.getRowByName(folderName);
63 |
> 64 | await expect(row).toBeVisible();
| ^
65 | await row.click({ trial: true });
66 |
67 | await expect(async () => {
at ContentNodeSelectorDialog.selectDestination (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64:23)
at PersonalFilesPage.copyOrMoveContentInDatatable (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:105:36)
at copyContentInPersonalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:76:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:183:5
|
[Copy Move Actions] › src/tests/copy.e2e.ts:191:7 › Copy actions › [C217173] Undo copy of a file when a file with same name already exists on the destination:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
5) [Copy Move Actions] › src/tests/copy.e2e.ts:191:7 › Copy actions › [C217173] Undo copy of a file when a file with same name already exists on the destination
Test timeout of 150000ms exceeded.
|
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/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L42
1) [List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
"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
|
[List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
1) [List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
1) [List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'newContext')
|
[List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
1) [List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
1) [List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'newContext')
|
[List Views] › src/tests/favorites.e2e.ts:99:9 › Favorites Files › Regular user's Favorites files › [C213228] deleted favorite file does not appear:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
2) [List Views] › src/tests/favorites.e2e.ts:99:9 › Favorites Files › Regular user's Favorites files › [C213228] deleted favorite file does not appear
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[List Views] › src/tests/favorites.e2e.ts:99:9 › Favorites Files › Regular user's Favorites files › [C213228] deleted favorite file does not appear:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
2) [List Views] › src/tests/favorites.e2e.ts:99:9 › Favorites Files › Regular user's Favorites files › [C213228] deleted favorite file does not appear
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'newContext')
|
[List Views] › src/tests/favorites.e2e.ts:99:9 › Favorites Files › Regular user's Favorites files › [C213228] deleted favorite file does not appear:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
2) [List Views] › src/tests/favorites.e2e.ts:99:9 › Favorites Files › Regular user's Favorites files › [C213228] deleted favorite file does not appear
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Finalize
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 21.3s
|
Finalize
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
6 passed (33.0s)
|
🎭 Playwright Run Summary
9 passed (3.5m)
|
🎭 Playwright Run Summary
5 failed
[Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
[Navigation] › src/tests/breadcrumb.e2e.ts:117:7 › viewer action file › [C213237] Tooltip appears on hover on a step in breadcrumb
[Navigation] › src/tests/single-click.e2e.ts:66:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash
[Navigation] › src/tests/single-click.e2e.ts:72:7 › Single click on item name › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
[Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
2 flaky
[Navigation] › src/tests/sidebar.e2e.ts:56:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
[Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
1 did not run
8 passed (3.6m)
|
🎭 Playwright Run Summary
3 failed
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
8 did not run
|
🎭 Playwright Run Summary
3 failed
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
[special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]
57 did not run
4 passed (3.5m)
|
🎭 Playwright Run Summary
1 flaky
[Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
10 passed (4.1m)
|
🎭 Playwright Run Summary
3 failed
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
[Create Actions] › src/tests/create-library.e2e.ts:229:7 › Create Libraries › [C280027] Duplicate library ID
[Create Actions] › src/tests/create-library.e2e.ts:240:7 › Create Libraries › [C280028] Create library using the ID of a library from the Trashcan
2 flaky
[Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library
[Create Actions] › src/tests/create-library.e2e.ts:152:9 › Create Libraries › On My Libraries dataTable › [C289882] Create a library with a given ID and description
15 passed (4.7m)
|
🎭 Playwright Run Summary
6 failed
[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:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
[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/permanently-delete.e2e.ts:82:9 › Delete and undo delete › Permanently delete from Trash › [C217091] delete a file
[Delete Actions] › src/tests/permanently-delete.e2e.ts:100:9 › Delete and undo delete › Permanently delete from Trash › [C290103] delete a library
[Delete Actions] › src/tests/permanently-delete.e2e.ts:119:9 › Delete and undo delete › Permanently delete from Trash › [C269113] Confirmation dialog UI
2 flaky
[Delete Actions] › src/tests/restore.e2e.ts:94:9 › Restore from Trash › successful restore › [C217177] restore file
[Delete Actions] › src/tests/restore.e2e.ts:112:9 › Restore from Trash › successful restore › [C217182] restore multiple items
4 did not run
11 passed (5.2m)
|
🎭 Playwright Run Summary
3 failed
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node
3 flaky
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:197:7 › Info Drawer - File Folder Properties › [XAT-17243] Cancel adding a tag to a node
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:228:7 › Info Drawer - File Folder Properties › [XAT-17242] Remove a category from a node
[Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer
19 passed (5.1m)
|
🎭 Playwright Run Summary
4 failed
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file
[Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
[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
[Upload Download Actions] › src/tests/version-actions.e2e.ts:104:9 › Version actions › on Personal Files › [C586766] Should be possible to view a previous document version
1 flaky
[Upload Download Actions] › src/tests/upload.e2e.ts:57:7 › Upload files › Upload a file ────────
1 did not run
23 passed (5.3m)
|
🎭 Playwright Run Summary
2 failed
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
[Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder
3 flaky
[Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule
[Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button
[Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule
3 did not run
16 passed (6.3m)
|
🎭 Playwright Run Summary
6 failed
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ──
[Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action
[Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files
[Viewer] › src/tests/viewer-action.e2e.ts:169:7 › viewer action file › [C286395] Share action from Favorites
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked
[Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files
3 flaky
[Viewer] › src/tests/viewer-protected.e2e.ts:55:7 › viewer file › [C268958] Password dialog appears when opening a protected file
[Viewer] › src/tests/viewer-protected.e2e.ts:73:7 › viewer file › [C268960] Error appears when entering an incorrect ***
[Viewer] › src/tests/viewer-useraction.e2e.ts:65:7 › from File Libraries › [C286371] Move action from File Libraries
1 did not run
24 passed (6.2m)
|
🎭 Playwright Run Summary
1 failed
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
3 flaky
[Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date
[Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
1 did not run
10 passed (6.6m)
|
🎭 Playwright Run Summary
1 flaky
[Library Actions] › src/tests/library-actions.e2e.ts:261:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries
18 passed (8.1m)
|
🎭 Playwright Run Summary
3 failed
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders
[Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any
6 flaky
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude
[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:87:7 › Search - Filters - Properties › [C699047] Filter by type
[Search] › src/tests/search-highlighting.e2e.ts:69:7 › Search Highlighting › [XAT-17120] Matching phrases should be highlighted in the file description for search results
[Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home
[Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term
40 passed (9.2m)
|
🎭 Playwright Run Summary
2 failed
[Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
[Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination
4 flaky
[Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ──
[Copy Move Actions] › src/tests/copy.e2e.ts:181:7 › Copy actions › [C217172] Undo copy of folders
[Copy Move Actions] › src/tests/copy.e2e.ts:191:7 › Copy actions › [C217173] Undo copy of a file when a file with same name already exists on the destination
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
17 passed (9.7m)
|
🎭 Playwright Run Summary
2 failed
[List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
[List Views] › src/tests/favorites.e2e.ts:99:9 › Favorites Files › Regular user's Favorites files › [C213228] deleted favorite file does not appear
3 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:169:7 › Remember sorting › [C261147] Sort order is retained when user changes the page from pagination
[List Views] › src/tests/sort-list.e2e.ts:252:9 › Remember sorting › User Tests › [C261150] Sort order is not retained between different users
7 flaky
[List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files
[List Views] › src/tests/empty-list.e2e.ts:149:9 › Empty list views › [C291873] Favorite Libraries - pagination controls not displayed
[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/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site
[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
10 did not run
46 passed (10.0m)
|