Skip to content

[ACS-4130] Added autocomplete to folder rules 'Has Category' condition #1466

[ACS-4130] Added autocomplete to folder rules 'Has Category' condition

[ACS-4130] Added autocomplete to folder rules 'Has Category' condition #1466

Triggered via pull request October 9, 2023 08:44
Status Cancelled
Total duration 1h 53m 21s
Artifacts 3
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pull-request.yml

on: pull_request
Matrix: unit-tests
Matrix: E2e test suites: Playwright
Matrix: e2es
Finalize
2s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

30 errors, 26 warnings, and 5 notices
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh: e2e/playwright/navigation/src/tests/sidebar.spec.ts#L55
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh Error: Sidebar not expanded Expected: true Received: false 53 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true); 54 | await personalFiles.reload(); > 55 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true); | ^ 56 | 57 | await personalFiles.sidenav.collapseSideNav(); 58 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:55:85
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions: e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.soft.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-6lg19o' }) 69 | await nodesPage.manageRulesDialog.createRuleButton.click(); 70 | > 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible(); | ^ 72 | }); 73 | }); 74 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions: e2e/playwright/folder-rules/src/tests/actions.spec.ts#L1
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions Test finished within timeout of 45000ms, but tearing down "context" ran out of time. Please allow more time for the test, since teardown is attributed towards the test timeout budget.
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions: e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.soft.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-x9y0hq' }) 69 | await nodesPage.manageRulesDialog.createRuleButton.click(); 70 | > 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible(); | ^ 72 | }); 73 | }); 74 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition: e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition Test timeout of 45000ms exceeded.
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition: projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts#L71
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition Error: locator.type: Target closed =========================== logs =========================== waiting for locator('aca-edit-rule-dialog [data-automation-id="value-input"]').first() locator resolved to <input matinput="" type="text" id="mat-input-5" aria-in…/> elementHandle.type("!@£$%^&*()~#/") ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:71 69 | await this.selectField(fields, index); 70 | await this.selectComparator(comparators, index); > 71 | await this.valueField.nth(index).type(value); | ^ 72 | } 73 | } 74 | at ConditionComponent.addConditionGroup (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:71:38) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:59:5
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition: e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition Pending operations: - locator.type at projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:64:38
[Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
1) [Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
1) [Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
1) [Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
2) [Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ─────────── "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
2) [Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
2) [Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ─────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
3) [Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
3) [Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
3) [Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
E2e test suites: Playwright (viewer, 3)
Process completed with exit code 1.
E2e test suites: editActions,favoriteActions
Process completed with exit code 1.
E2e test suites: Playwright (actions, 1)
Timed out waiting 600s for the test suite to run
E2e test suites: Playwright (actions, 1)
Timed out waiting 600s for the teardown for test suite to run
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L135
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.soft.toBeVisible with timeout 5000ms - waiting for locator('adf-content-node-selector [data-automation-id="current-folder"]').filter({ hasText: 'Space Templates' }) 133 | test('[C325147] Select template - dialog UI - with existing templates', async () => { 134 | await expect.soft(selectFolderTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible(); > 135 | await expect.soft(selectFolderTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible(); | ^ 136 | await expect.soft(dataTable.getRowByName(templateFolder1)).not.toBeEmpty(); 137 | await expect.soft(dataTable.getRowByName(templateFolder1)).toBeVisible(); 138 | await expect.soft(dataTable.getRowByName(templateFolder2)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:135:87
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L136
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates Error: Timed out 5000ms waiting for expect(received).not.toBeEmpty() Call log: - expect.soft.not.toBeEmpty with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'template-folder1-u81da' }) 134 | await expect.soft(selectFolderTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible(); 135 | await expect.soft(selectFolderTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible(); > 136 | await expect.soft(dataTable.getRowByName(templateFolder1)).not.toBeEmpty(); | ^ 137 | await expect.soft(dataTable.getRowByName(templateFolder1)).toBeVisible(); 138 | await expect.soft(dataTable.getRowByName(templateFolder2)).toBeVisible(); 139 | await expect.soft(dataTable.getRowByName(folderInRootFolder)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:136:72
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L114
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates "afterAll" hook timeout of 45000ms exceeded. 112 | }); 113 | > 114 | test.afterAll(async ({ nodesApiAction }) => { | ^ 115 | await nodesApiAction.cleanupSpaceTemplatesItems([ 116 | folderInRootFolder, 117 | templateFolder1, at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:114:8
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L135
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.soft.toBeVisible with timeout 5000ms - waiting for locator('adf-content-node-selector [data-automation-id="current-folder"]').filter({ hasText: 'Space Templates' }) 133 | test('[C325147] Select template - dialog UI - with existing templates', async () => { 134 | await expect.soft(selectFolderTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible(); > 135 | await expect.soft(selectFolderTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible(); | ^ 136 | await expect.soft(dataTable.getRowByName(templateFolder1)).not.toBeEmpty(); 137 | await expect.soft(dataTable.getRowByName(templateFolder1)).toBeVisible(); 138 | await expect.soft(dataTable.getRowByName(templateFolder2)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:135:87
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L136
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).not.toBeEmpty() Call log: - expect.soft.not.toBeEmpty with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'template-folder1-1uuxz' }) 134 | await expect.soft(selectFolderTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible(); 135 | await expect.soft(selectFolderTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible(); > 136 | await expect.soft(dataTable.getRowByName(templateFolder1)).not.toBeEmpty(); | ^ 137 | await expect.soft(dataTable.getRowByName(templateFolder1)).toBeVisible(); 138 | await expect.soft(dataTable.getRowByName(templateFolder2)).toBeVisible(); 139 | await expect.soft(dataTable.getRowByName(folderInRootFolder)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:136:72
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L135
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.soft.toBeVisible with timeout 5000ms - waiting for locator('adf-content-node-selector [data-automation-id="current-folder"]').filter({ hasText: 'Space Templates' }) 133 | test('[C325147] Select template - dialog UI - with existing templates', async () => { 134 | await expect.soft(selectFolderTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible(); > 135 | await expect.soft(selectFolderTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible(); | ^ 136 | await expect.soft(dataTable.getRowByName(templateFolder1)).not.toBeEmpty(); 137 | await expect.soft(dataTable.getRowByName(templateFolder1)).toBeVisible(); 138 | await expect.soft(dataTable.getRowByName(templateFolder2)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:135:87
[Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L193
2) [Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-in-root-1p5qb.txt' }) 191 | 192 | test('[C325139] Next button is disabled when selecting a file', async () => { > 193 | await expect(dataTable.getRowByName(fileInRootFolder)).toBeVisible(); | ^ 194 | await expect(selectFolderTemplateDialog.actionButton).toBeDisabled(); 195 | 196 | await dataTable.getRowByName(fileInRootFolder).click(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:193:64
[Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L107
2) [Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') 105 | await nodesApiAction.createContent(templates, `Data Dictionary/Space Templates`); 106 | await nodesApiAction.removeUserAccessOnSpaceTemplate(restrictedTemplateFolder); > 107 | folderLink = (await nodesApiAction.createLinkToFolderName(folderInRootFolder, await nodesApiAction.getSpaceTemplatesFolderId())).entry.name; | ^ 108 | }); 109 | 110 | test.beforeEach(async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:134
E2e test suites: Playwright (special-permissions, 6)
Canceling since a higher priority waiting request for 'Pull request-refs/pull/3464/merge' exists
Finalize
Process completed with exit code 1.
lint: projects/aca-content/preview/src/lib/components/preview.component.ts#L180
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-content/src/lib/components/common/location-link/location-link.component.ts#L86
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-content/src/lib/components/common/location-link/location-link.component.ts#L89
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-content/src/lib/components/common/toggle-shared/toggle-shared.component.ts#L65
Prefer using an optional chain expression instead, as it's more concise and easier to read
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: deleteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: actionsAvailableLibraries,actionsAvailableNewMenu
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: createActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: editActions,favoriteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: copyMoveActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: libraryActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: shareActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: pagination
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: search
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: uploadDownloadActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: listViews,navigation
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: viewer,infoDrawer,extensions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: actionsAvailableSpecialPermissions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: actionsAvailableFilesFolders
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: Playwright (special-permissions, 6)
Runner GitHub Actions 54 did not respond to a cancelation request with 00:05:00.
🎭 Playwright Run Summary
6 passed (1.0m)
🎭 Playwright Run Summary
1 flaky [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh 15 passed (2.4m)
🎭 Playwright Run Summary
2 flaky [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition 1 passed (2.3m)
🎭 Playwright Run Summary
3 failed [Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files [Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ──────────── [Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file 6 skipped 12 passed (5.1m)
🎭 Playwright Run Summary
2 failed [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates [Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file 5 flaky [Actions] › src/tests/create-folder-from-template.spec.ts:149:11 › Create folder from template › Personal Files page › Select Template dialog › [C325149] Navigate through the templates list with folder hierarchy [Actions] › src/tests/create-folder-from-template.spec.ts:336:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name [Actions] › src/tests/create-folder-from-template.spec.ts:352:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325158] Trim spaces from folder Name [Actions] › src/tests/create-folder.spec.ts:54:7 › Create folders › [C216341] Create a folder with name only [Actions] › src/tests/create-library.spec.ts:89:7 › Create Libraries › [C280025] Create a public library 7 skipped 28 passed (9.9m)

Artifacts

Produced during runtime
Name Size
folder-rules Expired
17.7 MB
navigation Expired
1.01 MB
viewer Expired
42.4 KB