Build(deps): Bump the github-actions group in /.github/actions/publish-image with 2 updates #3417
Triggered via pull request
September 2, 2024 16:38
Status
Failure
Total duration
14m 17s
Artifacts
–
pull-request.yml
on: pull_request
Annotations
161 errors, 21 warnings, and 17 notices
[Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L58
1) [Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node
"beforeAll" hook timeout of 150000ms exceeded.
56 | const folder1Renamed = `renamed-${Utils.random()}`;
57 |
> 58 | test.beforeAll(async () => {
| ^
59 | test.setTimeout(timeouts.extendedTest);
60 | const apiClientFactory = new ApiClientFactory();
61 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts:58:8
|
[Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L58
1) [Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node
"beforeAll" hook timeout of 150000ms exceeded.
56 | const folder1Renamed = `renamed-${Utils.random()}`;
57 |
> 58 | test.beforeAll(async () => {
| ^
59 | test.setTimeout(timeouts.extendedTest);
60 | const apiClientFactory = new ApiClientFactory();
61 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts:58:8
|
[Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L78
1) [Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node
TypeError: Cannot read properties of null (reading 'entry')
76 | docLibId = await siteActions.getDocLibId(siteName);
77 | parentFromSiteId = (await nodesApi.createFolder(parentFromSite, docLibId)).entry.id;
> 78 | subFolder1FromSiteId = (await nodesApi.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id;
| ^
79 | subFolder2FromSiteId = (await nodesApi.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id;
80 | await nodesApi.createFile(fileName1FromSite, subFolder2FromSiteId);
81 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts:78:96
|
[Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
1) [Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
1) [Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
1) [Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L1
1) [Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node
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#L58
2) [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
"beforeAll" hook timeout of 150000ms exceeded.
56 | const folder1Renamed = `renamed-${Utils.random()}`;
57 |
> 58 | test.beforeAll(async () => {
| ^
59 | test.setTimeout(timeouts.extendedTest);
60 | const apiClientFactory = new ApiClientFactory();
61 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts:58:8
|
[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#L58
2) [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
"beforeAll" hook timeout of 150000ms exceeded.
56 | const folder1Renamed = `renamed-${Utils.random()}`;
57 |
> 58 | test.beforeAll(async () => {
| ^
59 | test.setTimeout(timeouts.extendedTest);
60 | const apiClientFactory = new ApiClientFactory();
61 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts:58:8
|
[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
2) [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: <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/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/multiple-pages-files.e2e.ts#L53
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
TypeError: Cannot read properties of null (reading 'list')
at src/tests/multiple-pages-files.e2e.ts:53
51 |
52 | await nodesApi.createFolder(parent);
> 53 | const filesIds = (await nodesApi.createFiles(files, parent)).list.entries.map((entries) => entries.entry.id);
| ^
54 | initialFavoritesTotalItems = await favoritesApi.getFavoritesTotalItems(username);
55 |
56 | await favoritesApi.addFavoritesByIds('file', filesIds);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:53:66
|
[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/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/multiple-pages-files.e2e.ts#L53
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
TypeError: Cannot read properties of null (reading 'list')
at src/tests/multiple-pages-files.e2e.ts:53
51 |
52 | await nodesApi.createFolder(parent);
> 53 | const filesIds = (await nodesApi.createFiles(files, parent)).list.entries.map((entries) => entries.entry.id);
| ^
54 | initialFavoritesTotalItems = await favoritesApi.getFavoritesTotalItems(username);
55 |
56 | await favoritesApi.addFavoritesByIds('file', filesIds);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:53:66
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L52
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
"beforeAll" hook timeout of 85000ms exceeded.
50 | const docxRecentFiles = `docxRF-${Utils.random()}.docx`;
51 |
> 52 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
53 | await apiClientFactory.setUpAcaBackend('***');
54 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
55 | destinationId = (await apiClientFactory.nodes.createNode('-my-', { name: destination, nodeType: 'cm:folder', relativePath: '/' })).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:52:8
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L52
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
"beforeAll" hook timeout of 85000ms exceeded.
50 | const docxRecentFiles = `docxRF-${Utils.random()}.docx`;
51 |
> 52 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
53 | await apiClientFactory.setUpAcaBackend('***');
54 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
55 | destinationId = (await apiClientFactory.nodes.createNode('-my-', { name: destination, nodeType: 'cm:folder', relativePath: '/' })).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:52:8
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Error: {"error":{"errorKey":"framework.exception.EntityNotFound","statusCode":404,"briefSummary":"08021586 The entity with id: 354128be-bdaf-4e6b-8128-bebdaf0e6bab 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":"065badb2-6850-473d-9bad-b26850173dc7"}}
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)
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L80
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download 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:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Viewer] › src/tests/viewer-action.e2e.ts:132:7 › viewer action file › [C279282] Full screen action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L52
2) [Viewer] › src/tests/viewer-action.e2e.ts:132:7 › viewer action file › [C279282] Full screen action
"beforeAll" hook timeout of 85000ms exceeded.
50 | const docxRecentFiles = `docxRF-${Utils.random()}.docx`;
51 |
> 52 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
53 | await apiClientFactory.setUpAcaBackend('***');
54 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
55 | destinationId = (await apiClientFactory.nodes.createNode('-my-', { name: destination, nodeType: 'cm:folder', relativePath: '/' })).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:52:8
|
[Viewer] › src/tests/viewer-action.e2e.ts:132:7 › viewer action file › [C279282] Full screen action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L52
2) [Viewer] › src/tests/viewer-action.e2e.ts:132:7 › viewer action file › [C279282] Full screen action
"beforeAll" hook timeout of 85000ms exceeded.
50 | const docxRecentFiles = `docxRF-${Utils.random()}.docx`;
51 |
> 52 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
53 | await apiClientFactory.setUpAcaBackend('***');
54 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
55 | destinationId = (await apiClientFactory.nodes.createNode('-my-', { name: destination, nodeType: 'cm:folder', relativePath: '/' })).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:52:8
|
[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
"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#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
"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#L94
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
TypeError: Cannot read properties of null (reading 'entry')
92 | const folder2Id = (await nodesApi.createFolder(folder2, parentId)).entry.id;
93 | const folder3Id = (await nodesApi.createFolder(folder3, parentId)).entry.id;
> 94 | const folder4Id = (await nodesApi.createFolder(folder4, parentId)).entry.id;
| ^
95 | const folder5Id = (await nodesApi.createFolder(folder5, parentId)).entry.id;
96 | const folder6Id = (await nodesApi.createFolder(folder6, parentId)).entry.id;
97 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:94:74
|
[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 #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
|
[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 #1 ───────────────────────────────────────────────────────────────────────────────────────
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 #1 ───────────────────────────────────────────────────────────────────────────────────────
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#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:179:9 › Delete and undo delete › on Personal Files › [C217129] notification on multiple items deletion - some items fail to delete:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L80
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:179:9 › Delete and undo delete › on Personal Files › [C217129] notification on multiple items deletion - some items fail to delete
"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
|
[Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file:
projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L63
1) [Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file ───────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-xd5nn' })
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-xd5nn' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:63
61 | const row = this.getRowByName(folderName);
62 |
> 63 | await expect(row).toBeVisible();
| ^
64 | await row.click({ trial: true });
65 |
66 | 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:63: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:87:5
|
[Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
1) [Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
1) [Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[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
2) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Error: <html>
|
[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
2) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[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
2) [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:106:7 › Copy actions › [C291889] Copy multiple items:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
3) [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items
Error: <html>
|
[Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
3) [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
3) [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
4) [Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:189:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:189:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:189:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:189:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:189:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:189:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:196:9 › Library actions › My Libraries page › [C290107] Leave a library - failure notification:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
3) [Library Actions] › src/tests/library-actions.e2e.ts:196:9 › Library actions › My Libraries page › [C290107] Leave a library - failure notification
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:196:9 › Library actions › My Libraries page › [C290107] Leave a library - failure notification:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
3) [Library Actions] › src/tests/library-actions.e2e.ts:196:9 › Library actions › My Libraries page › [C290107] Leave a library - failure notification
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:196:9 › Library actions › My Libraries page › [C290107] Leave a library - failure notification:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
3) [Library Actions] › src/tests/library-actions.e2e.ts:196:9 › Library actions › My Libraries page › [C290107] Leave a library - failure notification
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Library Actions] › src/tests/library-actions.e2e.ts:204:9 › Library actions › My Libraries page › [C289974] Mark library as favorite from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
4) [Library Actions] › src/tests/library-actions.e2e.ts:204:9 › Library actions › My Libraries page › [C289974] Mark library as favorite from My Libraries
Error: <html>
|
[Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L81
1) [Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: '"!@£$%^&*()_+{}|:""?><,/.\';][=-`~"' })
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: '"!@£$%^&*()_+{}|:""?><,/.\';][=-`~"' })
79 | await nodesPage.manageRulesDialog.createRuleButton.click();
80 |
> 81 | await expect(nodesPage.manageRules.getGroupsList(testString)).toBeVisible();
| ^
82 | });
83 |
84 | test('[XAT-884] Create a rule and link it to an existing folder', async ({ personalFiles, nodesPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:81:67
|
[Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L57
1) [Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'entry')
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:76
|
[Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L57
1) [Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description
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:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Folder Rules] › src/tests/create-rules.e2e.ts:84:7 › Folder Rules Actions › [XAT-884] Create a rule and link it to an existing folder:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L57
2) [Folder Rules] › src/tests/create-rules.e2e.ts:84:7 › Folder Rules Actions › [XAT-884] Create a rule and link it to an existing 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:84:7 › Folder Rules Actions › [XAT-884] Create a rule and link it to an existing folder:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
2) [Folder Rules] › src/tests/create-rules.e2e.ts:84:7 › Folder Rules Actions › [XAT-884] Create a rule and link it to an existing folder
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:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L59
3) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
TypeError: Cannot read properties of null (reading 'entry')
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);
61 | });
62 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:59:97
|
[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
3) [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#L103
3) [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('[data-automation-id="content-node-selector-actions-choose"]')
- locator resolved to <button mat-button="" disabled="true" ng-reflect-disabled="true" data-automation-id="content-node-selector-actions-choose" class="adf-choose-action mdc-button mat-mdc-button mat-unthemed mat-mdc-button-base">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action, attempt #21
- waiting 500ms
-
|
[special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts#L1
1) [special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Test timeout of 85000ms exceeded.
|
[special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L248
1) [special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Error: locator.hover: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'folderActions-fav-23jvj' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:248
246 | if (!isSelected) {
247 | let row = this.getRowByName(name);
> 248 | await row.hover();
| ^
249 | await row.locator(this.uncheckedChecbox).click();
250 | await row.locator(this.checkedChecbox).waitFor({ state: 'attached' });
251 | }
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:248:19)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts:102:7
|
[special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts#L1
1) [special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts#L1
1) [special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts#L1
1) [special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts#L1
1) [special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/folders-actions.e2e.ts:109:9 › Folders - available actions : › on Personal Files : › both files and folders - [C280460]:
e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts#L1
2) [special-permissions] › src/tests/folders-actions.e2e.ts:109:9 › Folders - available actions : › on Personal Files : › both files and folders - [C280460]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[special-permissions] › src/tests/folders-actions.e2e.ts:109:9 › Folders - available actions : › on Personal Files : › both files and folders - [C280460]:
e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.e2e.ts#L1
2) [special-permissions] › src/tests/folders-actions.e2e.ts:109:9 › Folders - available actions : › on Personal Files : › both files and folders - [C280460]
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
3) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
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
3) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]
Error: <html>
|
[Create Actions] › src/tests/create-folder.e2e.ts:148:9 › Create folders › On Personal Files dataTable › [C216341] Create a folder with name only:
e2e/playwright/create-actions/src/tests/create-folder.e2e.ts#L151
1) [Create Actions] › src/tests/create-folder.e2e.ts:148:9 › Create folders › On Personal Files dataTable › [C216341] Create a folder with name only
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'create-folder-qk43e' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'create-folder-qk43e' })
149 | await folderDialog.createNewFolderDialog(randomFolderName);
150 |
> 151 | await expect(folderTable.getRowByName(randomFolderName)).toBeVisible();
| ^
152 | });
153 |
154 | test('[C216340] Create a folder with name, title and description', async () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-folder.e2e.ts:151:64
|
[Create Actions] › src/tests/create-folder.e2e.ts:148:9 › Create folders › On Personal Files dataTable › [C216341] Create a folder with name only:
e2e/playwright/create-actions/src/tests/create-folder.e2e.ts#L1
1) [Create Actions] › src/tests/create-folder.e2e.ts:148:9 › Create folders › On Personal Files dataTable › [C216341] Create a folder with name only
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Create Actions] › src/tests/create-folder.e2e.ts:148:9 › Create folders › On Personal Files dataTable › [C216341] Create a folder with name only:
e2e/playwright/create-actions/src/tests/create-folder.e2e.ts#L1
1) [Create Actions] › src/tests/create-folder.e2e.ts:148:9 › Create folders › On Personal Files dataTable › [C216341] Create a folder with name only
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Create Actions] › src/tests/create-folder.e2e.ts:154:9 › Create folders › On Personal Files dataTable › [C216340] Create a folder with name:
e2e/playwright/create-actions/src/tests/create-folder.e2e.ts#L157
2) [Create Actions] › src/tests/create-folder.e2e.ts:154:9 › Create folders › On Personal Files dataTable › [C216340] Create a folder with name, title and description
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'create-folder-1ua3t' })
Expected string: "folder-title-17teb
folder-description-tvc3x"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'create-folder-1ua3t' })
155 | await folderDialog.createNewFolderDialog(randomFolderName, randomFolderTitle, randomFolderDescription);
156 |
> 157 | await expect(folderTable.getCellLinkByName(randomFolderName)).toHaveAttribute('title', randomFolderTitle + `\n` + randomFolderDescription);
| ^
158 | });
159 |
160 | test('[C216351] Folder created after trimmed ending spaces from a folder name', async () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-folder.e2e.ts:157:69
|
[Create Actions] › src/tests/create-folder.e2e.ts:154:9 › Create folders › On Personal Files dataTable › [C216340] Create a folder with name:
e2e/playwright/create-actions/src/tests/create-folder.e2e.ts#L65
2) [Create Actions] › src/tests/create-folder.e2e.ts:154:9 › Create folders › On Personal Files dataTable › [C216340] Create a folder with name, title and description
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded while running "beforeEach" hook.
63 | });
64 |
> 65 | test.beforeEach(async ({ personalFiles, page }) => {
| ^
66 | randomFolderName = `create-folder-${Utils.random()}`;
67 | randomFolderTitle = `folder-title-${Utils.random()}`;
68 | randomFolderDescription = `folder-description-${Utils.random()}`;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-folder.e2e.ts:65:8
|
[Create Actions] › src/tests/create-folder.e2e.ts:154:9 › Create folders › On Personal Files dataTable › [C216340] Create a folder with name:
projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts#L81
2) [Create Actions] › src/tests/create-folder.e2e.ts:154:9 › Create folders › On Personal Files dataTable › [C216340] Create a folder with name, title and description
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('aca-toolbar [id="app.toolbar.create"]')
at ../../../projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:81
79 |
80 | async selectCreateFolder(): Promise<void> {
> 81 | await this.acaHeader.createButton.click();
| ^
82 | await this.matMenu.createFolder.click();
83 | }
84 |
at PersonalFilesPage.selectCreateFolder (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:81:39)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-folder.e2e.ts:73:25
|
[Create Actions] › src/tests/create-folder.e2e.ts:154:9 › Create folders › On Personal Files dataTable › [C216340] Create a folder with name:
e2e/playwright/create-actions/src/tests/create-folder.e2e.ts#L1
2) [Create Actions] › src/tests/create-folder.e2e.ts:154:9 › Create folders › On Personal Files dataTable › [C216340] Create a folder with name, title and description
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Create Actions] › src/tests/create-folder.e2e.ts:160:9 › Create folders › On Personal Files dataTable › [C216351] Folder created after trimmed ending spaces from a folder name:
e2e/playwright/create-actions/src/tests/create-folder.e2e.ts#L1
3) [Create Actions] › src/tests/create-folder.e2e.ts:160:9 › Create folders › On Personal Files dataTable › [C216351] Folder created after trimmed ending spaces from a folder name
Error: <html>
|
[Create Actions] › src/tests/create-folder.e2e.ts:160:9 › Create folders › On Personal Files dataTable › [C216351] Folder created after trimmed ending spaces from a folder name:
e2e/playwright/create-actions/src/tests/create-folder.e2e.ts#L1
3) [Create Actions] › src/tests/create-folder.e2e.ts:160:9 › Create folders › On Personal Files dataTable › [C216351] Folder created after trimmed ending spaces from a folder name
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Create Actions] › src/tests/create-folder.e2e.ts:160:9 › Create folders › On Personal Files dataTable › [C216351] Folder created after trimmed ending spaces from a folder name:
e2e/playwright/create-actions/src/tests/create-folder.e2e.ts#L1
3) [Create Actions] › src/tests/create-folder.e2e.ts:160:9 › Create folders › On Personal Files dataTable › [C216351] Folder created after trimmed ending spaces from a folder name
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L64
1) [Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'personalFolder-e2e-1cwb6' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'personalFolder-e2e-1cwb6' })
62 | await personalFiles.navigate();
63 | await Utils.reloadPageIfRowNotVisible(personalFiles, personalFolderName);
> 64 | await expect(personalFiles.dataTable.getRowByName(personalFolderName)).toBeVisible();
| ^
65 | await personalFiles.dataTable.getRowByName(personalFolderName).click();
66 | await personalFiles.acaHeader.viewDetails.click();
67 | await personalFiles.infoDrawer.commentsTab.click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:64:76
|
[Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
1) [Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
1) [Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
2) [Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder
Error: <html>
|
[Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
2) [Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
2) [Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L102
3) [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'sharedFile-e2e-yua7w' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'sharedFile-e2e-yua7w' })
100 | await sharedPage.navigate();
101 | await Utils.reloadPageIfRowNotVisible(sharedPage, sharedFileName);
> 102 | await expect(sharedPage.dataTable.getRowByName(sharedFileName)).toBeVisible();
| ^
103 | await sharedPage.dataTable.getRowByName(sharedFileName).click();
104 | await sharedPage.acaHeader.viewDetails.click();
105 | await sharedPage.infoDrawer.commentsTab.click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:102:69
|
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
3) [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
3) [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Info Drawer] › src/tests/comments.e2e.ts:112:7 › Info Drawer - Comments › [C299195] from Recent Files - Add a comment on a file:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
4) [Info Drawer] › src/tests/comments.e2e.ts:112:7 › Info Drawer - Comments › [C299195] from Recent Files - Add a comment on a file
Error: <html>
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L61
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite
"beforeAll" hook timeout of 85000ms exceeded.
59 | let parentId: string;
60 |
> 61 | test.beforeAll(async () => {
| ^
62 | try {
63 | const apiClientFactory = new ApiClientFactory();
64 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts:61:8
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L61
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite
"beforeAll" hook timeout of 85000ms exceeded.
59 | let parentId: string;
60 |
> 61 | test.beforeAll(async () => {
| ^
62 | try {
63 | const apiClientFactory = new ApiClientFactory();
64 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts:61:8
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L109
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite
"afterAll" hook timeout of 85000ms exceeded.
107 | });
108 |
> 109 | test.afterAll(async () => {
| ^
110 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
111 | });
112 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts:109:8
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L109
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite
"afterAll" hook timeout of 85000ms exceeded.
107 | });
108 |
> 109 | test.afterAll(async () => {
| ^
110 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
111 | });
112 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts:109:8
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L1
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L1
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:132:9 › Mark items as favorites › on Personal Files › [XAT-5043] Favorite action has empty star icon for multiple selection of items when some are not favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L1
2) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:132:9 › Mark items as favorites › on Personal Files › [XAT-5043] Favorite action has empty star icon for multiple selection of items when some are not favorite
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:132:9 › Mark items as favorites › on Personal Files › [XAT-5043] Favorite action has empty star icon for multiple selection of items when some are not favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L1
2) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:132:9 › Mark items as favorites › on Personal Files › [XAT-5043] Favorite action has empty star icon for multiple selection of items when some are not favorite
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L1
3) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L1
3) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L42
1) [Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs
"beforeAll" hook timeout of 85000ms exceeded.
40 | });
41 |
> 42 | test.beforeAll(async () => {
| ^
43 | try {
44 | const apiClientFactory = new ApiClientFactory();
45 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:42:8
|
[Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file:
e2e/playwright/upload-download-actions/src/tests/download.e2e.ts#L39
1) [Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file
"beforeAll" hook timeout of 85000ms exceeded.
37 | const childFolder = `childFolder-${random}`;
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | try {
41 | const apiClientFactory = new ApiClientFactory();
42 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts:39:8
|
[Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L42
1) [Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs
"beforeAll" hook timeout of 85000ms exceeded.
40 | });
41 |
> 42 | test.beforeAll(async () => {
| ^
43 | try {
44 | const apiClientFactory = new ApiClientFactory();
45 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:42:8
|
[Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file:
e2e/playwright/upload-download-actions/src/tests/download.e2e.ts#L39
1) [Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file
"beforeAll" hook timeout of 85000ms exceeded.
37 | const childFolder = `childFolder-${random}`;
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | try {
41 | const apiClientFactory = new ApiClientFactory();
42 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts:39:8
|
[Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L1
1) [Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file:
e2e/playwright/upload-download-actions/src/tests/download.e2e.ts#L1
1) [Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L62
1) [Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('aca-toolbar button[id="app.toolbar.search"]')
60 |
61 | test('[C699048-1] [C699049-1] Filter by date - Changing tabs', async ({ searchPage }) => {
> 62 | await searchPage.acaHeader.searchButton.click();
| ^
63 | await searchPage.searchFilters.dateFilter.click();
64 | await searchPage.searchFiltersDate.betweenButton.click();
65 | await expect(searchPage.searchFiltersDate.betweenRadioButton).toBeChecked();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:62:45
|
[Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L199
1) [Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'parent-1vc0w' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199
197 | */
198 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 199 | await this.getCellLinkByName(name).click();
| ^
200 | await this.spinnerWaitForReload();
201 | }
202 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts:64:35
|
[Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L1
1) [Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Search] › src/tests/search-filters-date.e2e.ts:77:7 › Search - Filters - Date › [C699048-2] Filter by date - Created anytime:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L1
2) [Search] › src/tests/search-filters-date.e2e.ts:77:7 › Search - Filters - Date › [C699048-2] Filter by date - Created anytime
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file:
e2e/playwright/upload-download-actions/src/tests/download.e2e.ts#L1
1) [Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Search] › src/tests/search-filters-date.e2e.ts:77:7 › Search - Filters - Date › [C699048-2] Filter by date - Created anytime:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L1
2) [Search] › src/tests/search-filters-date.e2e.ts:77:7 › Search - Filters - Date › [C699048-2] Filter by date - Created anytime
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder:
e2e/playwright/upload-download-actions/src/tests/download.e2e.ts#L39
2) [Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder
"beforeAll" hook timeout of 85000ms exceeded.
37 | const childFolder = `childFolder-${random}`;
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | try {
41 | const apiClientFactory = new ApiClientFactory();
42 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts:39:8
|
[Search] › src/tests/search-filters-date.e2e.ts:88:7 › Search - Filters - Date › [C699049-2] Filter by date - Modified anytime:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L1
3) [Search] › src/tests/search-filters-date.e2e.ts:88:7 › Search - Filters - Date › [C699049-2] Filter by date - Modified anytime
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder:
e2e/playwright/upload-download-actions/src/tests/download.e2e.ts#L39
2) [Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder
"beforeAll" hook timeout of 85000ms exceeded.
37 | const childFolder = `childFolder-${random}`;
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | try {
41 | const apiClientFactory = new ApiClientFactory();
42 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts:39:8
|
[Search] › src/tests/search-filters-date.e2e.ts:88:7 › Search - Filters - Date › [C699049-2] Filter by date - Modified anytime:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L1
3) [Search] › src/tests/search-filters-date.e2e.ts:88:7 › Search - Filters - Date › [C699049-2] Filter by date - Modified anytime
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder:
e2e/playwright/upload-download-actions/src/tests/download.e2e.ts#L1
2) [Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Search] › src/tests/search-filters-date.e2e.ts:99:7 › Search - Filters - Date › [C699048-3] Filter by date - Created in the last:
e2e/playwright/search/src/tests/search-filters-date.e2e.ts#L42
4) [Search] › src/tests/search-filters-date.e2e.ts:99:7 › Search - Filters - Date › [C699048-3] Filter by date - Created in the last
"beforeAll" hook timeout of 85000ms exceeded.
40 | });
41 |
> 42 | test.beforeAll(async () => {
| ^
43 | try {
44 | const apiClientFactory = new ApiClientFactory();
45 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:42:8
|
[Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L199
2) [Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'parent-gmbzu' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199
197 | */
198 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 199 | await this.getCellLinkByName(name).click();
| ^
200 | await this.spinnerWaitForReload();
201 | }
202 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/download.e2e.ts:71:35
|
[Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder:
e2e/playwright/upload-download-actions/src/tests/download.e2e.ts#L1
2) [Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L43
1) [List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries
Error: list is not empty
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
41 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
42 | await myLibrariesPage.navigate();
> 43 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
44 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
45 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
46 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:43:76
|
[List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L43
1) [List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
41 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
42 | await myLibrariesPage.navigate();
> 43 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
44 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
45 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
46 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:43:76
|
[List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L43
1) [List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
41 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
42 | await myLibrariesPage.navigate();
> 43 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
44 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
45 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
46 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:43:76
|
[List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L50
2) [List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Error: list is not empty
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
48 | test('[C280134] [C280120] Empty Trash - pagination controls not displayed', async ({ trashPage }) => {
49 | await trashPage.navigate();
> 50 | expect(await trashPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
51 | expect(await trashPage.dataTable.getEmptyStateTitle()).toContain('Trash is empty');
52 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Items you delete are moved to the Trash.');
53 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Empty Trash to permanently delete items.');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:50:70
|
[List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L50
2) [List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: list is not empty
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
48 | test('[C280134] [C280120] Empty Trash - pagination controls not displayed', async ({ trashPage }) => {
49 | await trashPage.navigate();
> 50 | expect(await trashPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
51 | expect(await trashPage.dataTable.getEmptyStateTitle()).toContain('Trash is empty');
52 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Items you delete are moved to the Trash.');
53 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Empty Trash to permanently delete items.');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:50:70
|
[List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L1
2) [List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L1
2) [List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[List Views] › src/tests/empty-list.e2e.ts:58:7 › Empty list views › [C290123] [C290031] Empty Search results - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L1
3) [List Views] › src/tests/empty-list.e2e.ts:58:7 › Empty list views › [C290123] [C290031] Empty Search results - pagination controls not displayed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[List Views] › src/tests/empty-list.e2e.ts:58:7 › Empty list views › [C290123] [C290031] Empty Search results - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L1
3) [List Views] › src/tests/empty-list.e2e.ts:58:7 › Empty list views › [C290123] [C290031] Empty Search results - pagination controls not displayed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[List Views] › src/tests/empty-list.e2e.ts:58:7 › Empty list views › [C290123] [C290031] Empty Search results - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L1
3) [List Views] › src/tests/empty-list.e2e.ts:58:7 › Empty list views › [C290123] [C290031] Empty Search results - pagination controls not displayed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI:
e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts#L47
1) [Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI
"beforeAll" hook timeout of 85000ms exceeded.
45 | const folderDescriptionEdited = 'description edited';
46 |
> 47 | test.beforeAll(async () => {
| ^
48 | try {
49 | await apiClientFactory.setUpAcaBackend('admin');
50 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts:47:8
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI:
e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts#L47
1) [Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI
"beforeAll" hook timeout of 85000ms exceeded.
45 | const folderDescriptionEdited = 'description edited';
46 |
> 47 | test.beforeAll(async () => {
| ^
48 | try {
49 | await apiClientFactory.setUpAcaBackend('admin');
50 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts:47:8
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI:
e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts#L63
1) [Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded while running "beforeEach" hook.
61 | });
62 |
> 63 | test.beforeEach(async ({ loginPage, personalFiles }) => {
| ^
64 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed');
65 | await personalFiles.dataTable.performClickFolderOrFileToOpen(parent);
66 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts:63:8
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L199
1) [Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'parent-1o8xo' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199
197 | */
198 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 199 | await this.getCellLinkByName(name).click();
| ^
200 | await this.spinnerWaitForReload();
201 | }
202 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts:65:35
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI:
e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts#L1
1) [Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:86:9 › Edit folder › on Personal Files › [XAT-5093] Properties are modified when clicking Update button:
e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts#L1
2) [Edit Actions] › src/tests/edit-folder.e2e.ts:86:9 › Edit folder › on Personal Files › [XAT-5093] Properties are modified when clicking Update button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:86:9 › Edit folder › on Personal Files › [XAT-5093] Properties are modified when clicking Update button:
e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts#L1
2) [Edit Actions] › src/tests/edit-folder.e2e.ts:86:9 › Edit folder › on Personal Files › [XAT-5093] Properties are modified when clicking Update button
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:100:9 › Edit folder › on Personal Files › [XAT-5090] Empty folder name:
e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts#L1
3) [Edit Actions] › src/tests/edit-folder.e2e.ts:100:9 › Edit folder › on Personal Files › [XAT-5090] Empty folder name
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:100:9 › Edit folder › on Personal Files › [XAT-5090] Empty folder name:
e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts#L1
3) [Edit Actions] › src/tests/edit-folder.e2e.ts:100:9 › Edit folder › on Personal Files › [XAT-5090] Empty folder name
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Edit Actions] › src/tests/edit-folder.e2e.ts:134:9 › Edit folder › on Personal Files › [XAT-5094] Cancel editing properties:
e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts#L63
4) [Edit Actions] › src/tests/edit-folder.e2e.ts:134:9 › Edit folder › on Personal Files › [XAT-5094] Cancel editing properties
Test timeout of 85000ms exceeded while running "beforeEach" hook.
61 | });
62 |
> 63 | test.beforeEach(async ({ loginPage, personalFiles }) => {
| ^
64 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed');
65 | await personalFiles.dataTable.performClickFolderOrFileToOpen(parent);
66 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-folder.e2e.ts:63:8
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Test timeout of 85000ms exceeded.
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L209
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file4-1e3y8.txt' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:209
207 |
208 | async getActionLocatorFromExpandableMenu(name: string | number, action: string): Promise<Locator> {
> 209 | await this.getRowByName(name).click({ button: 'right' });
| ^
210 | return this.contextMenuActions.getButtonByText(action);
211 | }
212 |
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:209: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:172:44)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:159:9
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Error: <html>
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Error: <html>
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Error: <html>
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L56
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteNodes')
54 |
55 | test.afterAll(async () => {
> 56 | await apiClientFactory.nodes.deleteNodes([parentId]);
| ^
57 | });
58 |
59 | test.describe('when logged out', () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:56:34
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L56
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'deleteNodes')
54 |
55 | test.afterAll(async () => {
> 56 | await apiClientFactory.nodes.deleteNodes([parentId]);
| ^
57 | });
58 |
59 | test.describe('when logged out', () => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:56:34
|
Finalize
Process completed with exit code 1.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[Authentication] › src/tests/logout.e2e.ts#L1
[Authentication] › src/tests/logout.e2e.ts took 22.8s
|
E2E Playwright - authentication
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - navigation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - pagination
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - viewer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - delete-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - copy-move-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - library-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - folder-rules
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - special-permissions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - create-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - info-drawer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - favorite-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - search
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - upload-download-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - list-views
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - edit-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - share-action
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
5 passed (1.6m)
|
🎭 Playwright Run Summary
9 failed
[Navigation] › src/tests/breadcrumb.e2e.ts:91:7 › viewer action file › [C260964] Personal Files breadcrumb main node
[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:131:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
[Navigation] › src/tests/sidebar.e2e.ts:41:7 › Sidebar › [C289901] navigate to My Libraries ────
[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
[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
6 did not run
1 passed (3.1m)
|
🎭 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
9 failed
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
[Viewer] › src/tests/viewer-action.e2e.ts:132:7 › viewer action file › [C279282] Full screen action
[Viewer] › src/tests/viewer-action.e2e.ts:182:7 › viewer action file › [C297586] [C307004] Upload new version action - major
[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
[Viewer] › src/tests/viewer.e2e.ts:103:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files
[Viewer] › src/tests/viewer.e2e.ts:131:7 › viewer file › [C284636] Viewer opens for a file from Recent Files
[Viewer] › src/tests/viewer.e2e.ts:172:7 › viewer file › [C284634] Viewer opens for a file from Favorites
18 did not run
|
🎭 Playwright Run Summary
12 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:179:9 › Delete and undo delete › on Personal Files › [C217129] notification on multiple items deletion - some items fail to delete
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:209:9 › Delete and undo delete › on Personal Files › [C280503] undo delete of folder with content
[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
[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
[Delete Actions] › src/tests/restore.e2e.ts:165:9 › Restore from Trash › failure to restore › [C217178] Restore a file when another file with same name exists on the restore location
[Delete Actions] › src/tests/restore.e2e.ts:171:9 › Restore from Trash › failure to restore › [C217179] Restore a file when original location no longer exists
[Delete Actions] › src/tests/restore.e2e.ts:225:9 › Restore from Trash › Notification on partial success › [C217183] one failure
[Delete Actions] › src/tests/restore.e2e.ts:231:9 › Restore from Trash › Notification on partial success › [C217184] multiple failures
11 did not run
|
🎭 Playwright Run Summary
23 failed
[Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file ────────
[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:106:7 › Copy actions › [C291889] Copy multiple items
[Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination
[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
[Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ──
[Copy Move Actions] › src/tests/copy.e2e.ts:157:7 › Copy actions › [C217140] Copy folder that contains locked file
[Copy Move Actions] › src/tests/copy.e2e.ts:171:7 › Copy actions › [C217171] Undo copy of files
[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/copy.e2e.ts:204:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name already exists on the destination
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:82:7 › Copy Move actions › [C263876] Consumer user cannot select the folder as 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
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination
[Copy Move Actions] › src/tests/move.e2e.ts:77:7 › Move actions › [C217316] Move a file ────────
[Copy Move Actions] › src/tests/move.e2e.ts:88:7 › Move actions › [C291958] Move multiple items
[Copy Move Actions] › src/tests/move.e2e.ts:101:7 › Move actions › [C217318] Move a file with a name that already exists on the destination
[Copy Move Actions] › src/tests/move.e2e.ts:115:7 › Move actions › [C217319] Move a folder with a name that already exists on the destination
[Copy Move Actions] › src/tests/move.e2e.ts:132:7 › Move actions › [C217320] Move locked file ──
[Copy Move Actions] › src/tests/move.e2e.ts:145:7 › Move actions › [C217324] Undo move files ───
[Copy Move Actions] › src/tests/move.e2e.ts:157:7 › Move actions › [C217325] Undo move of folders
[Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217317] Move a folder with content
[Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217321] Move folder that contains locked file
|
🎭 Playwright Run Summary
19 failed
[Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:189:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library
[Library Actions] › src/tests/library-actions.e2e.ts:196:9 › Library actions › My Libraries page › [C290107] Leave a library - failure notification
[Library Actions] › src/tests/library-actions.e2e.ts:204:9 › Library actions › My Libraries page › [C289974] Mark library as favorite from My Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:213:9 › Library actions › My Libraries page › [C289975] Remove library from favorites from My Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:224:9 › Library actions › My Libraries page › [C289988] Delete a library from My Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:252:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:272:9 › Library actions › Favorite Libraries page › [C290110] Leave a library from Favorite Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:283:9 › Library actions › Favorite Libraries page › [C290108] Cancel join from Favorite Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:295:9 › Library actions › Favorite Libraries page › [C289976] Remove library from favorites from Favorite Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:307:9 › Library actions › Favorite Libraries page › [C289991] Delete a library from Favorite Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results
[Library Actions] › src/tests/library-actions.e2e.ts:346:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results
[Library Actions] › src/tests/library-actions.e2e.ts:357:9 › Library actions › Search Page › [C306961] Leave a library from Search Results
[Library Actions] › src/tests/library-actions.e2e.ts:368:9 › Library actions › Search Page › [C306962] Cancel join from Search Results
[Library Actions] › src/tests/library-actions.e2e.ts:378:9 › Library actions › Search Page › [C306963] Mark library as favorite from Search Results
[Library Actions] › src/tests/library-actions.e2e.ts:395:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results
[Library Actions] › src/tests/library-actions.e2e.ts:413:9 › Library actions › Search Page › [C306965] Delete a library from Search Results
|
🎭 Playwright Run Summary
11 failed
[Folder Rules] › src/tests/create-rules.e2e.ts:72:7 › Folder Rules Actions › [XAT-883] Create a rule with symbols in its name and description
[Folder Rules] › src/tests/create-rules.e2e.ts:84:7 › Folder Rules Actions › [XAT-884] Create a rule and link it to an existing folder
[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
[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/create-rules.e2e.ts:237:7 › Folder Rules Actions › [XAT-894] Create rule with filled required fields and empty optional fields
[Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule
[Folder Rules] › src/tests/delete-view-rules.e2e.ts:94:7 › Rules - Manage Rules › [XAT-907] Cancel deleting a rule
[Folder Rules] › src/tests/update-rules.e2e.ts:93:7 › Rules - Manage Rules › [XAT-898] Cancel updating rule dialog
[Folder Rules] › src/tests/update-rules.e2e.ts:114:7 › Rules - Manage Rules › [XAT-900] Update a rule by removing existing aspects
[Folder Rules] › src/tests/update-rules.e2e.ts:140:7 › Rules - Manage Rules › [XAT-902] Prevent rule updating when required fields are empty
13 did not run
|
🎭 Playwright Run Summary
5 failed
[special-permissions] › src/tests/folders-actions.e2e.ts:101:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
[special-permissions] › src/tests/folders-actions.e2e.ts:109:9 › Folders - available actions : › on Personal Files : › both files and folders - [C280460]
[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
2 passed (3.8m)
|
🎭 Playwright Run Summary
13 failed
[Create Actions] › src/tests/create-folder.e2e.ts:148:9 › Create folders › On Personal Files dataTable › [C216341] Create a folder with name only
[Create Actions] › src/tests/create-folder.e2e.ts:154:9 › Create folders › On Personal Files dataTable › [C216340] Create a folder with name, title and description
[Create Actions] › src/tests/create-folder.e2e.ts:160:9 › Create folders › On Personal Files dataTable › [C216351] Folder created after trimmed ending spaces from a folder name
[Create Actions] › src/tests/create-library.e2e.ts:96:7 › Create Libraries › [C280024] Create Library dialog UI
[Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
[Create Actions] › src/tests/create-library.e2e.ts:130:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library
[Create Actions] › src/tests/create-library.e2e.ts:141:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library
[Create Actions] › src/tests/create-library.e2e.ts:151:9 › Create Libraries › On My Libraries dataTable › [C289882] Create a library with a given ID and description
[Create Actions] › src/tests/create-library.e2e.ts:171:9 › Create Libraries › On My Libraries dataTable › [C280029] Cancel button
[Create Actions] › src/tests/create-library.e2e.ts:180:9 › Create Libraries › On My Libraries dataTable › [C280030] Create 2 libraries with same name but different IDs
[Create Actions] › src/tests/create-library.e2e.ts:195:7 › Create Libraries › [C280026] Library ID cannot contain special characters
[Create Actions] › src/tests/create-library.e2e.ts:228:7 › Create Libraries › [C280027] Duplicate library ID
[Create Actions] › src/tests/create-library.e2e.ts:239:7 › Create Libraries › [C280028] Create library using the ID of a library from the Trashcan
7 passed (4.0m)
|
🎭 Playwright Run Summary
18 failed
[Info Drawer] › src/tests/comments.e2e.ts:58:7 › Info Drawer - Comments › [C299173] from Personal Files - Comments tab default fields
[Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
[Info Drawer] › src/tests/comments.e2e.ts:112:7 › Info Drawer - Comments › [C299195] from Recent Files - Add a comment on a file
[Info Drawer] › src/tests/comments.e2e.ts:128:7 › Info Drawer - Comments › [C299196] Comment info display - File from Favorites
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:55:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:71: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-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer
[Info Drawer] › src/tests/general.e2e.ts:56:7 › Info Drawer - General › [C268999] Info drawer closes on page refresh
[Info Drawer] › src/tests/library-properties.e2e.ts:70:7 › Library properties › [C289336] Info drawer opens for a library
[Info Drawer] › src/tests/library-properties.e2e.ts:90:7 › Library properties › [C289338] Editable properties
[Info Drawer] › src/tests/library-properties.e2e.ts:107:7 › Library properties › [C289339] Edit site details
[Info Drawer] › src/tests/library-properties.e2e.ts:135:7 › Library properties › [C289340] Cancel editing a site
[Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name
[Info Drawer] › src/tests/library-properties.e2e.ts:172:7 › Library properties › [C289342] Site name too long
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long
[Info Drawer] › src/tests/library-properties.e2e.ts:232:7 › Non manager › [C289337] Info drawer button is not displayed when user is not the library manager
[Info Drawer] › src/tests/library-properties.e2e.ts:240:7 › Non manager › [C289344] Error notification when editing with no rights
|
🎭 Playwright Run Summary
9 failed
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:126:9 › Mark items as favorites › on Personal Files › [XAT-5042] Favorite action has empty star icon for an item not marked as favorite
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:132:9 › Mark items as favorites › on Personal Files › [XAT-5043] Favorite action has empty star icon for multiple selection of items when some are not favorite
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:144:9 › Mark items as favorites › on Personal Files › [XAT-5045] Favorite a file
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:150:9 › Mark items as favorites › on Personal Files › [XAT-5046] Favorite a folder
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:156:9 › Mark items as favorites › on Personal Files › [XAT-5047] Unfavorite an item
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:162:9 › Mark items as favorites › on Personal Files › [XAT-5048] Favorite multiple items - all unfavorite
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:169:9 › Mark items as favorites › on Personal Files › [XAT-5049] Unfavorite multiple items
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:176:9 › Mark items as favorites › on Personal Files › [XAT-5050] Favorite multiple items - some favorite and some unfavorite
|
🎭 Playwright Run Summary
41 failed
[Search] › src/tests/search-filters-date.e2e.ts:61:7 › Search - Filters - Date › [C699048-1] [C699049-1] Filter by date - Changing tabs
[Search] › src/tests/search-filters-date.e2e.ts:77:7 › Search - Filters - Date › [C699048-2] Filter by date - Created anytime
[Search] › src/tests/search-filters-date.e2e.ts:88:7 › Search - Filters - Date › [C699049-2] Filter by date - Modified anytime
[Search] › src/tests/search-filters-date.e2e.ts:99:7 › Search - Filters - Date › [C699048-3] Filter by date - Created in the last
[Search] › src/tests/search-filters-date.e2e.ts:111:7 › Search - Filters - Date › [C699049-3] Filter by date - Modified in the last
[Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between
[Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between
[Search] › src/tests/search-filters-general.e2e.ts:46:7 › Search - Filters - General › [C704281] [C704282] Menu cards have proper titles
[Search] › src/tests/search-filters-general.e2e.ts:87:7 › Search - Filters - General › [C704283] Facets filters can be cleared
[Search] › src/tests/search-filters-general.e2e.ts:104:7 › Search - Filters - General › [C699499] All filters can be reset with reset button
[Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files
[Search] › src/tests/search-filters-location.e2e.ts:81:7 › Search - Filters - Location › [C279231] Filter by location - folders
[Search] › src/tests/search-filters-logic.e2e.ts:78:7 › Search - Filters - Logic › [C699500] Filter with Match All
[Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any
[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:117:7 › Search - Filters - Logic › [C699503] Filter with Exact phrase
[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:60:7 › Search - Filters - Properties › [C699046-1] Filter by size - At least 1000KB
[Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB
[Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type
[Search] › src/tests/search-filters-tags.e2e.ts:77:7 › Search - Filters - Tags › [C698515] Filter with Tags
[Search] › src/tests/search-input.e2e.ts:45:7 › Search - Input › [C289847] Search icon is displayed in toolbar and clicking on it displays search input container
[Search] › src/tests/search-input.e2e.ts:52:7 › Search - Input › [C289848] Search options are displayed when clicking in the search input
[Search] › src/tests/search-input.e2e.ts:65:7 › Search - Input › [C289849] Search options are correctly enabled / disabled
[Search] › src/tests/search-results-files-folders.e2e.ts:55:7 › Search results - files and folders › [C290029] Search file with special characters
[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:63:7 › Search Results - General › [C290005] Only files are returned when Files option is the only one checked
[Search] › src/tests/search-results-general.e2e.ts:71:7 › Search Results - General › [C290006] Only folders are returned when Folders option is the only one checked
[Search] › src/tests/search-results-general.e2e.ts:79:7 › Search Results - General › [C290007] Files and folders are returned when both Files and Folders options are checked
[Search] › src/tests/search-results-general.e2e.ts:87:7 › Search
|
🎭 Playwright Run Summary
23 failed
[Upload Download Actions] › src/tests/download.e2e.ts:63:7 › Download from Personal Files › Download a file
[Upload Download Actions] › src/tests/download.e2e.ts:70:7 › Download from Personal Files › Download a folder
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:113:9 › Upload new version › on Search Results › [C307005] file is updated after uploading a new version - minor
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:153:9 › Upload new version › on Personal Files › [C297548] upload new version fails when new file name already exists
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:179:9 › Upload new version › on Personal Files › [C297550] file remains locked after canceling of uploading a new version
[Upload Download Actions] › src/tests/upload.e2e.ts:57:7 › Upload files › Upload a 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
[Upload Download Actions] › src/tests/version-actions.e2e.ts:108:9 › Version actions › on Personal Files › [C586767] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:113:9 › Version actions › on Personal Files › [C586768] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:126:9 › Version actions › on Recent Files › [C586769] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:130:9 › Version actions › on Recent Files › [C586770] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:135:9 › Version actions › on Recent Files › [C586771] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:148:9 › Version actions › on Favorites › [C586772] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:152:9 › Version actions › on Favorites › [C586773] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:157:9 › Version actions › on Favorites › [C586774] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:170:9 › Version actions › on Shared Files › [C586776] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:174:9 › Version actions › on Shared Files › [C586777] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:179:9 › Version actions › on Shared Files › [C586778] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:194:9 › Version actions › on Search › [C586779] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:198:9 › Version actions › on Search › [C586780] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:203:9 › Version actions › on Search › [C586781] Should be possible to download a previous document version
5 did not run
1 passed (4.7m)
|
🎭 Playwright Run Summary
41 failed
[List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries
[List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
[List Views] › src/tests/empty-list.e2e.ts:58:7 › Empty list views › [C290123] [C290031] Empty Search results - pagination controls not displayed
[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
[List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan
[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:117:9 › Favorites Files › Regular user's Favorites files › [C213650] Location column redirect - item in user Home
[List Views] › src/tests/favorites.e2e.ts:123:9 › Favorites Files › Regular user's Favorites files › [C280484] Location column redirect - file in folder
[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/favorites.e2e.ts:135:9 › Favorites Files › Regular user's Favorites files › [C213230] Navigate into folder from Favorites
[List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns
[List Views] › src/tests/file-libraries.e2e.ts:102:9 › File Libraries › My Libraries › [C289905] Library visibility is correctly displayed
[List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed
[List Views] › src/tests/file-libraries.e2e.ts:128:9 › File Libraries › My Libraries › [C217098] Site ID is displayed when two sites have the same name
[List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns
[List Views] › src/tests/file-libraries.e2e.ts:150:9 › File Libraries › Favorite Libraries › [C289897] User can see only his favorite sites
[List Views] › src/tests/generic-errors.e2e.ts:66:7 › Generic errors › [C217313] File / folder not found
[List Views] › src/tests/generic-errors.e2e.ts:76:7 › Generic errors › [C217314] Permission denied
[List Views] › src/tests/permissions.e2e.ts:89:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files
[List Views] › src/tests/permissions.e2e.ts:113:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results
[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/personal-files.e2e.ts:56:9 › Personal Files › Regular user's personal files › [C217142] has the correct columns
[List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
[List Views] › src/tests/personal-files.e2e.ts:75:9 › Personal Files › Regular user's personal files › [C213246] page loads correctly after browser refresh
[List Views] › src/tests/recent-files.e2e.ts:78:7 › Recent Files › [C213168] has the correct columns
[List Views] › src/tests/recent-files.e2e.ts:90:7 › Recent Files › [C213174] file not displayed if it's been deleted
[List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder
[List Views] › src/tests/shared-files.e2e.ts:8
|
🎭 Playwright Run Summary
8 failed
[Edit Actions] › src/tests/edit-folder.e2e.ts:73:9 › Edit folder › on Personal Files › [XAT-5089] "Edit folder" dialog UI
[Edit Actions] › src/tests/edit-folder.e2e.ts:86:9 › Edit folder › on Personal Files › [XAT-5093] Properties are modified when clicking Update button
[Edit Actions] › src/tests/edit-folder.e2e.ts:100:9 › Edit folder › on Personal Files › [XAT-5090] Empty folder name
[Edit Actions] › src/tests/edit-folder.e2e.ts:134:9 › Edit folder › on Personal Files › [XAT-5094] Cancel editing properties
[Edit Actions] › src/tests/edit-folder.e2e.ts:154:9 › Edit folder › on Personal Files › [XAT-5096] Trim ending spaces
[Edit Actions] › src/tests/edit-offline.e2e.ts:73:7 › Edit offline - on Personal Files › [XAT-5304] File is locked and downloaded when clicking Edit offline
[Edit Actions] › src/tests/edit-offline.e2e.ts:81:7 › Edit offline - on Personal Files › XAT-5305] Lock information is displayed
[Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
3 passed (4.9m)
|
🎭 Playwright Run Summary
7 failed
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
[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/share-file.e2e.ts:220:11 › Share a file › when logged in › from Personal Files › [C286335] Shared file URL is not changed when Share dialog is closed and opened again
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:113:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:153:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
1 flaky
[Share Action] › src/tests/share/share-file.e2e.ts:134:11 › Share a file › when logged in › from Personal Files › [C286327] Share dialog default values
5 did not run
2 passed (5.8m)
|