Skip to content

Build(deps-dev): Bump eslint-plugin-import from 2.28.1 to 2.29.1 #2038

Build(deps-dev): Bump eslint-plugin-import from 2.28.1 to 2.29.1

Build(deps-dev): Bump eslint-plugin-import from 2.28.1 to 2.29.1 #2038

Triggered via pull request January 7, 2024 00:53
Status Failure
Total duration 6h 10m 42s
Artifacts 14

pull-request.yml

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

Annotations

82 errors, 13 warnings, and 9 notices
[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-5n1ozil' }) 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#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-cwr55f' }) 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#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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-00pgea' }) 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#L64
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition 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-vsbg0s' }) 62 | await nodesPage.manageRulesDialog.createRuleButton.click(); 63 | > 64 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible(); | ^ 65 | }); 66 | }); 67 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:64: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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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/dataTable/data-table.component.ts#L193
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Page closed =========================== logs =========================== waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-folder-chkboij' }) ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193 191 | 192 | async getActionLocatorFromExpandableMenu(name: string | number, action: string): Promise<Locator> { > 193 | await this.getRowByName(name).click({ button: 'right' }); | ^ 194 | return this.contextMenuActions.getButtonByText(action); 195 | } 196 | 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:193: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:156:44) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:52: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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193:35
[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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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/dataTable/data-table.component.ts#L193
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Page closed =========================== logs =========================== waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-folder-bw47q9' }) ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193 191 | 192 | async getActionLocatorFromExpandableMenu(name: string | number, action: string): Promise<Locator> { > 193 | await this.getRowByName(name).click({ button: 'right' }); | ^ 194 | return this.contextMenuActions.getButtonByText(action); 195 | } 196 | 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:193: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:156:44) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:52: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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:193:35
[Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L93
1) [Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy Error: expect(received).toEqual(expected) // deep equality - Expected - 4 + Received + 0 Array [ "My Libraries", - "site-yjuf3", - "parent-in-site-qszc7", - "subFolder1-in-site-1n60t", - "subFolder2-in-site-gs57u", ] 91 | await myLibrariesPage.navigate({ remoteUrl: `#/libraries/${subFolder2FromSiteId}` }); 92 | const expectedItems = ['My Libraries', siteName, parentFromSite, subFolder1FromSite, subFolder2FromSite]; > 93 | expect(await myLibrariesPage.breadcrumb.getAllItems()).toEqual(expectedItems); | ^ 94 | }); 95 | 96 | test('[C213235] User can navigate to any location by clicking on a step from the breadcrumb', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:93:60
[Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 53 | const folder1Renamed = `renamed-${Utils.random()}`; 54 | > 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => { | ^ 56 | const parentNode = await nodesApiAction.createFolder(parent); 57 | parentId = parentNode.entry.id; 58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
[Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 53 | const folder1Renamed = `renamed-${Utils.random()}`; 54 | > 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => { | ^ 56 | const parentNode = await nodesApiAction.createFolder(parent); 57 | parentId = parentNode.entry.id; 58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
[Navigation] › src/tests/breadcrumb.spec.ts:96: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.spec.ts#L55
2) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb "beforeAll" hook timeout of 45000ms exceeded. 53 | const folder1Renamed = `renamed-${Utils.random()}`; 54 | > 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => { | ^ 56 | const parentNode = await nodesApiAction.createFolder(parent); 57 | parentId = parentNode.entry.id; 58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
[Navigation] › src/tests/breadcrumb.spec.ts:96: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.spec.ts#L55
2) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 53 | const folder1Renamed = `renamed-${Utils.random()}`; 54 | > 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => { | ^ 56 | const parentNode = await nodesApiAction.createFolder(parent); 57 | parentId = parentNode.entry.id; 58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
[Navigation] › src/tests/breadcrumb.spec.ts:96: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.spec.ts#L55
2) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 53 | const folder1Renamed = `renamed-${Utils.random()}`; 54 | > 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => { | ^ 56 | const parentNode = await nodesApiAction.createFolder(parent); 57 | parentId = parentNode.entry.id; 58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
3) [Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps "beforeAll" hook timeout of 45000ms exceeded. 53 | const folder1Renamed = `renamed-${Utils.random()}`; 54 | > 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => { | ^ 56 | const parentNode = await nodesApiAction.createFolder(parent); 57 | parentId = parentNode.entry.id; 58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
3) [Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 53 | const folder1Renamed = `renamed-${Utils.random()}`; 54 | > 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => { | ^ 56 | const parentNode = await nodesApiAction.createFolder(parent); 57 | parentId = parentNode.entry.id; 58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
3) [Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 53 | const folder1Renamed = `renamed-${Utils.random()}`; 54 | > 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => { | ^ 56 | const parentNode = await nodesApiAction.createFolder(parent); 57 | parentId = parentNode.entry.id; 58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
[Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash: e2e/playwright/navigation/src/tests/single-click.spec.ts#L45
4) [Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash "beforeAll" hook timeout of 45000ms exceeded. 43 | const fileSite = `fileSite-${Utils.random()}.txt`; 44 | > 45 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => { | ^ 46 | await apiClientFactory.setUpAcaBackend('***'); 47 | const node = await apiClientFactory.nodes.createNode('-my-', { name: folder1, nodeType: 'cm:folder', relativePath: '/' }); 48 | folder1Id = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:45:8
E2e test suites: Playwright (list-views, 8)
Timed out waiting 600s for the test suite to run
E2e test suites: Playwright (list-views, 8)
Timed out waiting 600s for the teardown for test suite to run
[List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan: e2e/playwright/list-views/src/tests/favorites.spec.ts#L110
1) [List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan Error: file4-zxap2.txt not displayed Expected: true Received: false 108 | 109 | test(`[C213229] file is displayed after it is restored from Trashcan`, async ({ favoritePage }) => { > 110 | expect(await favoritePage.dataTable.isItemPresent(fileName4), `${fileName4} not displayed`).toBe(true); | ^ 111 | }); 112 | 113 | test('[C213231] Location column displays the parent folder of the files', async ({ favoritePage }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:110:99
[List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan: e2e/playwright/list-views/src/tests/favorites.spec.ts#L89
1) [List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan "afterAll" hook timeout of 45000ms exceeded. 87 | }); 88 | > 89 | test.afterAll(async () => { | ^ 90 | await nodesApi.deleteCurrentUserNodes(); 91 | await siteActionsAdmin.deleteSites([siteName]); 92 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:89:8
[List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan: e2e/playwright/list-views/src/tests/favorites.spec.ts#L41
1) [List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. 39 | const fileName4 = `file4-${Utils.random()}.txt`; 40 | > 41 | test.beforeAll(async () => { | ^ 42 | try { 43 | test.setTimeout(timeouts.extendedTest); 44 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:41:8
[List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan: e2e/playwright/list-views/src/tests/favorites.spec.ts#L41
1) [List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. 39 | const fileName4 = `file4-${Utils.random()}.txt`; 40 | > 41 | test.beforeAll(async () => { | ^ 42 | try { 43 | test.setTimeout(timeouts.extendedTest); 44 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:41:8
[List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: e2e/playwright/list-views/src/tests/favorites.spec.ts#L118
2) [List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files Error: expect(received).toEqual(expected) // deep equality Expected: "site-4oxo0" Received: "" 116 | expect(await favoritePage.dataTable.getItemLocationTooltip(fileName2)).toEqual(`Personal Files/${parentFolder}`); 117 | expect(await favoritePage.dataTable.getItemLocationTooltip(favFolderName)).toEqual('Personal Files'); > 118 | expect(await favoritePage.dataTable.getItemLocationText(fileName1)).toEqual(siteName); | ^ 119 | expect(await favoritePage.dataTable.getItemLocationTooltip(fileName1)).toContain(`${siteName}`); 120 | }); 121 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:118:75
[List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: e2e/playwright/list-views/src/tests/favorites.spec.ts#L41
2) [List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. 39 | const fileName4 = `file4-${Utils.random()}.txt`; 40 | > 41 | test.beforeAll(async () => { | ^ 42 | try { 43 | test.setTimeout(timeouts.extendedTest); 44 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:41:8
[List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: e2e/playwright/list-views/src/tests/favorites.spec.ts#L41
2) [List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. 39 | const fileName4 = `file4-${Utils.random()}.txt`; 40 | > 41 | test.beforeAll(async () => { | ^ 42 | try { 43 | test.setTimeout(timeouts.extendedTest); 44 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:41:8
[List Views] › src/tests/favorites.spec.ts:134:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site: e2e/playwright/list-views/src/tests/favorites.spec.ts#L137
3) [List Views] › src/tests/favorites.spec.ts:134:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 0 Array [ "My Libraries", - "site-1mcoz", ] 135 | await favoritePage.dataTable.clickItemLocation(fileName1); 136 | await favoritePage.dataTable.spinnerWaitForReload(); > 137 | expect(await favoritePage.breadcrumb.getAllItems()).toEqual(['My Libraries', siteName]); | ^ 138 | }); 139 | 140 | test('[C213230] Navigate into folder from Favorites', async ({ favoritePage }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.spec.ts:137:59
[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.spec.ts#L39
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.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39: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.spec.ts#L39
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 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39: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.spec.ts#L39
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 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39: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.spec.ts#L39
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.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39: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.spec.ts#L39
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39: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.spec.ts#L39
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu: e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu: e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu: e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
E2e test suites: Playwright (pagination, 7)
Process completed with exit code 1.
E2e test suites: Playwright (share-action, 9)
Timed out waiting 600s for the test suite to run
E2e test suites: Playwright (share-action, 9)
Timed out waiting 600s for the teardown for test suite to run
[Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date: e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L195
1) [Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date Error: expect(received).toEqual(expected) // deep equality Expected: "1/9/2024" Received: "Invalid Date" 193 | const expireDateProperty = await nodesApiAction.getSharedExpiryDate(file5Id); 194 | > 195 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate)); | ^ 196 | }); 197 | 198 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:195:54
[Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date: e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L195
1) [Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "1/9/2024" Received: "Invalid Date" 193 | const expireDateProperty = await nodesApiAction.getSharedExpiryDate(file5Id); 194 | > 195 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate)); | ^ 196 | }); 197 | 198 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:195:54
[Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date: e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L195
1) [Share Action] › src/tests/share/share-file.spec.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "1/9/2024" Received: "Invalid Date" 193 | const expireDateProperty = await nodesApiAction.getSharedExpiryDate(file5Id); 194 | > 195 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate)); | ^ 196 | }); 197 | 198 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:195:54
[Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration: e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L218
2) [Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration Error: expect(received).toBe(expected) // Object.is equality Expected: "" Received: "2025-01-07T01:01:41.576+0000" 216 | await page.waitForTimeout(timeouts.tiny); 217 | await personalFiles.shareDialog.clickClose(); > 218 | expect(await nodesApiAction.getSharedExpiryDate(file7Id)).toBe(''); | ^ 219 | }); 220 | 221 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:218:67
[Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration: e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L218
2) [Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "" Received: "2025-01-07T01:03:19.393+0000" 216 | await page.waitForTimeout(timeouts.tiny); 217 | await personalFiles.shareDialog.clickClose(); > 218 | expect(await nodesApiAction.getSharedExpiryDate(file7Id)).toBe(''); | ^ 219 | }); 220 | 221 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:218:67
[Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration: e2e/playwright/share-action/src/tests/share/share-file.spec.ts#L218
2) [Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "" Received: "2025-01-07T01:06:31.438+0000" 216 | await page.waitForTimeout(timeouts.tiny); 217 | await personalFiles.shareDialog.clickClose(); > 218 | expect(await nodesApiAction.getSharedExpiryDate(file7Id)).toBe(''); | ^ 219 | }); 220 | 221 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.spec.ts:218:67
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
3) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI "beforeAll" hook timeout of 150000ms exceeded. 53 | const apiClientFactory = new ApiClientFactory(); 54 | > 55 | test.beforeAll(async () => { | ^ 56 | try { 57 | test.setTimeout(timeouts.extendedTest); 58 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
3) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. 53 | const apiClientFactory = new ApiClientFactory(); 54 | > 55 | test.beforeAll(async () => { | ^ 56 | try { 57 | test.setTimeout(timeouts.extendedTest); 58 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:55:8
E2e test suites: Playwright (special-permissions, 6)
Timed out waiting 600s for the test suite to run
E2e test suites: Playwright (special-permissions, 6)
Timed out waiting 600s for the teardown for test suite to run
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] Error: {"error":{"errorKey":"framework.exception.EntityNotFound","statusCode":404,"briefSummary":"00072052 The entity with id: 16d2a9b7-3bcc-4b03-96e6-1f1f0c4611f6 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"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
[special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
3) [special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654] "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
E2e test suites: Playwright (viewer, 3)
Timed out waiting 600s for the test suite to run
E2e test suites: Playwright (viewer, 3)
Timed out waiting 600s for the teardown for test suite to run
[Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L91
1) [Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action Error: Item should be present in Trash Expected: true Received: false 89 | expect(await personalFiles.dataTable.getCellLinkByName(randomDocxDelete).isVisible(), 'file should not visible').toBe(false); 90 | await trashPage.navigate({ waitUntil: 'domcontentloaded' }); > 91 | expect(await trashPage.dataTable.isItemPresent(randomDocxDelete), 'Item should be present in Trash').toBe(true); | ^ 92 | }); 93 | 94 | test('[C297584] Edit Offline action', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:91:106
[Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
1) [Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 41 | let fileForCancelEditingId: string; 42 | > 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => { | ^ 44 | await apiClientFactory.setUpAcaBackend('***'); 45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 46 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
[Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
1) [Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 41 | let fileForCancelEditingId: string; 42 | > 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => { | ^ 44 | await apiClientFactory.setUpAcaBackend('***'); 45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 46 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
[Viewer] › src/tests/viewer-action.spec.ts:94:7 › viewer action file › [C297584] Edit Offline action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
2) [Viewer] › src/tests/viewer-action.spec.ts:94:7 › viewer action file › [C297584] Edit Offline action Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 41 | let fileForCancelEditingId: string; 42 | > 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => { | ^ 44 | await apiClientFactory.setUpAcaBackend('***'); 45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 46 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
[Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries: e2e/playwright/viewer/src/tests/viewer-useraction.spec.ts#L41
3) [Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries "beforeAll" hook timeout of 45000ms exceeded. 39 | let fileApi: FileActionsApi; 40 | > 41 | test.beforeAll(async () => { | ^ 42 | await apiClientFactory.setUpAcaBackend('admin'); 43 | await apiClientFactory.createUser({ username }); 44 | nodesApi = await NodesApi.initialize(username, username); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-useraction.spec.ts:41:8
[Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries: e2e/playwright/viewer/src/tests/viewer-useraction.spec.ts#L41
3) [Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 39 | let fileApi: FileActionsApi; 40 | > 41 | test.beforeAll(async () => { | ^ 42 | await apiClientFactory.setUpAcaBackend('admin'); 43 | await apiClientFactory.createUser({ username }); 44 | nodesApi = await NodesApi.initialize(username, username); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-useraction.spec.ts:41:8
[Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries: e2e/playwright/viewer/src/tests/viewer-useraction.spec.ts#L41
3) [Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 39 | let fileApi: FileActionsApi; 40 | > 41 | test.beforeAll(async () => { | ^ 42 | await apiClientFactory.setUpAcaBackend('admin'); 43 | await apiClientFactory.createUser({ username }); 44 | nodesApi = await NodesApi.initialize(username, username); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-useraction.spec.ts:41:8
[Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files: e2e/playwright/viewer/src/tests/viewer.spec.ts#L55
4) [Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files "beforeAll" hook timeout of 150000ms exceeded. 53 | let nodesApi: NodesApi; 54 | > 55 | test.beforeAll(async () => { | ^ 56 | test.setTimeout(timeouts.extendedTest); 57 | const randomFolderName = `playwright-folder-${Utils.random()}`; 58 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:55:8
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/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L150
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] 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: 'Node Templates' }) 148 | test('[C325043] Select template - dialog UI - with existing templates', async () => { 149 | await expect.soft(selectFileTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible(); > 150 | await expect.soft(selectFileTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible(); | ^ 151 | await expect.soft(dataTable.getRowByName(templatesFolder1)).not.toBeEmpty(); 152 | await expect.soft(dataTable.getRowByName(templatesFolder1)).toBeVisible(); 153 | await expect.soft(dataTable.getRowByName(templatesFolder2)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:150:85
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L151
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] 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: 'templates-folder1-1qmii' }) 149 | await expect.soft(selectFileTemplateDialog.getDialogTitle(selectDialogTitle)).toBeVisible(); 150 | await expect.soft(selectFileTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible(); > 151 | await expect.soft(dataTable.getRowByName(templatesFolder1)).not.toBeEmpty(); | ^ 152 | await expect.soft(dataTable.getRowByName(templatesFolder1)).toBeVisible(); 153 | await expect.soft(dataTable.getRowByName(templatesFolder2)).toBeVisible(); 154 | await expect.soft(dataTable.getRowByName(template1InRoot)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:151:73
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L152
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] 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-datatable adf-datatable-row').filter({ hasText: 'templates-folder1-1qmii' }) 150 | await expect.soft(selectFileTemplateDialog.getBreadcrumb(dialogBreadcrumb)).toBeVisible(); 151 | await expect.soft(dataTable.getRowByName(templatesFolder1)).not.toBeEmpty(); > 152 | await expect.soft(dataTable.getRowByName(templatesFolder1)).toBeVisible(); | ^ 153 | await expect.soft(dataTable.getRowByName(templatesFolder2)).toBeVisible(); 154 | await expect.soft(dataTable.getRowByName(template1InRoot)).toBeVisible(); 155 | await expect.soft(selectFileTemplateDialog.cancelButton).toBeEnabled(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:152:69
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L154
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] 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-datatable adf-datatable-row').filter({ hasText: 'template3-1qmii.txt' }) 152 | await expect.soft(dataTable.getRowByName(templatesFolder1)).toBeVisible(); 153 | await expect.soft(dataTable.getRowByName(templatesFolder2)).toBeVisible(); > 154 | await expect.soft(dataTable.getRowByName(template1InRoot)).toBeVisible(); | ^ 155 | await expect.soft(selectFileTemplateDialog.cancelButton).toBeEnabled(); 156 | await expect(selectFileTemplateDialog.actionButton).toBeDisabled(); 157 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:154:68
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L129
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates "afterAll" hook timeout of 45000ms exceeded. 127 | }); 128 | > 129 | test.afterAll(async ({ nodesApiAction }) => { | ^ 130 | await nodesApiAction.cleanupNodeTemplatesItems([templatesFolder1, templatesFolder2, restrictedTemplateFolder, template1InRoot, template2InRoot]); 131 | await nodesApi.deleteCurrentUserNodes(); 132 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:129:8
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L103
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 101 | }; 102 | > 103 | test.beforeAll(async ({ nodesApiAction }) => { | ^ 104 | const apiService = new ApiClientFactory(); 105 | 106 | await apiService.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:103:8
[Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates: e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L103
1) [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 101 | }; 102 | > 103 | test.beforeAll(async ({ nodesApiAction }) => { | ^ 104 | const apiService = new ApiClientFactory(); 105 | 106 | await apiService.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:103:8
[Actions] › src/tests/create/create-file-from-template.spec.ts:159:11 › Create file from template › Personal Files page › Select Template dialog › [C325044] Templates don't appear if user doesn't have permissions to see them: e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts#L103
2) [Actions] › src/tests/create/create-file-from-template.spec.ts:159:11 › Create file from template › Personal Files page › Select Template dialog › [C325044] Templates don't appear if user doesn't have permissions to see them Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 45000ms exceeded. 101 | }; 102 | > 103 | test.beforeAll(async ({ nodesApiAction }) => { | ^ 104 | const apiService = new ApiClientFactory(); 105 | 106 | await apiService.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create/create-file-from-template.spec.ts:103:8
E2e test suites: Playwright (copy-move-actions, 10)
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 360 minutes.
Finalize
Process completed with exit code 1.
lint: projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L340
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L359
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-shared/src/lib/services/app.service.ts#L132
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-shared/src/lib/services/app.service.ts#L167
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-shared/store/src/effects/router.effects.ts#L47
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-shared/store/src/effects/router.effects.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-shared/store/src/effects/router.effects.ts#L118
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-shared/store/src/effects/router.effects.ts#L121
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-shared/store/src/effects/router.effects.ts#L143
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: Playwright (copy-move-actions, 10)
Runner GitHub Actions 16 did not respond to a cancelation request with 00:05:00.
🎭 Playwright Run Summary
5 passed (35.5s)
🎭 Playwright Run Summary
2 failed [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.9m)
🎭 Playwright Run Summary
6 failed [Navigation] › src/tests/breadcrumb.spec.ts:90:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb [Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps [Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash [Navigation] › src/tests/single-click.spec.ts:68:7 › Single click on item name › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files [Navigation] › src/tests/single-click.spec.ts:75:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries 2 skipped 8 passed (6.3m)
🎭 Playwright Run Summary
3 failed [List Views] › src/tests/favorites.spec.ts:109:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan [List Views] › src/tests/favorites.spec.ts:113:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files [List Views] › src/tests/favorites.spec.ts:134:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site 51 skipped 5 passed (9.9m)
🎭 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 skipped
🎭 Playwright Run Summary
3 failed [Share Action] › src/tests/share/share-file.spec.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.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI 8 skipped 4 passed (9.9m)
🎭 Playwright Run Summary
3 failed [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] [special-permissions] › src/tests/other-permissions.ts:103:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654] 1 flaky [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459] 57 skipped 3 passed (9.9m)
🎭 Playwright Run Summary
6 failed [Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action ─ [Viewer] › src/tests/viewer-action.spec.ts:94:7 › viewer action file › [C297584] Edit Offline action [Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries [Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files [Viewer] › src/tests/viewer.spec.ts:136:7 › viewer file › [C284636] Viewer opens for a file from Recent Files [Viewer] › src/tests/viewer.spec.ts:178:7 › viewer file › [C284634] Viewer opens for a file from Favorites 8 skipped 9 passed (9.9m)
🎭 Playwright Run Summary
9 failed [Actions] › src/tests/create/create-file-from-template.spec.ts:148:11 › Create file from template › Personal Files page › Select Template dialog › [C325043] Select template - dialog UI - with existing templates [Actions] › src/tests/create/create-file-from-template.spec.ts:159:11 › Create file from template › Personal Files page › Select Template dialog › [C325044] Templates don't appear if user doesn't have permissions to see them [Actions] › src/tests/create/create-file-from-template.spec.ts:247:11 › Create file from template › Personal Files page › Create document from template dialog › [C325031] File name is required [Actions] › src/tests/create/create-file-from-template.spec.ts:259:11 › Create file from template › Personal Files page › Create document from template dialog › [C325032] Special characters in file name [Actions] › src/tests/create/create-file-from-template.spec.ts:352:11 › Create file from template › Personal Files page › File created from template on Personal Files › [C325030] Create a file from a template - with a new Name [Actions] › src/tests/create/create-file-from-template.spec.ts:358:11 › Create file from template › Personal Files page › File created from template on Personal Files › [C325026] Create a file from a template - with a Name, Title and Description [Actions] › src/tests/create/create-folder-from-template.spec.ts:177:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates [Actions] › src/tests/create/create-folder-from-template.spec.ts:276:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required [Actions] › src/tests/create/create-folder-from-template.spec.ts:381: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 74 skipped

Artifacts

Produced during runtime
Name Size
actions Expired
34.1 MB
deleteActions Expired
2.1 MB
editActions,favoriteActions Expired
2.1 MB
folder-rules Expired
36.8 MB
list-views Expired
8.2 MB
listViews Expired
2.12 MB
navigation Expired
691 KB
pagination Expired
20.4 KB
search Expired
2.13 MB
share-action Expired
32.2 MB
special-permissions Expired
2.87 MB
uploadDownloadActions Expired
2.12 MB
viewer Expired
3.33 MB
viewer,infoDrawer,extensions Expired
2.12 MB