Skip to content

GH Auto: Upstream dependencies ADF:6.7.0-7919738133 JS-API:7.6.0-7919738133 using Tag:6.7.0-7919738133 #2275

GH Auto: Upstream dependencies ADF:6.7.0-7919738133 JS-API:7.6.0-7919738133 using Tag:6.7.0-7919738133

GH Auto: Upstream dependencies ADF:6.7.0-7919738133 JS-API:7.6.0-7919738133 using Tag:6.7.0-7919738133 #2275

Triggered via pull request February 15, 2024 15:06
Status Failure
Total duration 25m 55s
Artifacts 6

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

27 errors, 23 warnings, and 11 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-zzubyw' }) 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-bnneb8' }) 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
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]: e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts#L1
1) [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459] Test timeout of 85000ms exceeded.
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]: projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L57
1) [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459] Error: locator.waitFor: Page closed =========================== logs =========================== waiting for locator('.mat-menu-content') ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:57 55 | 56 | async verifyActualMoreActions(expectedToolbarMore: string[]): Promise<void> { > 57 | await this.page.locator('.mat-menu-content').waitFor({ state: 'attached' }); | ^ 58 | let menus = await this.page.$$('.mat-menu-content .mat-menu-item'); 59 | let actualMoreActions: string[] = await Promise.all( 60 | menus.map(async (button) => { at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:57:50) at checkMultipleSelActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:53:35) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:107:7
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]: e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts#L1
1) [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459] Pending operations: - locator.waitFor at projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:57:50
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination: e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination Test timeout of 150000ms exceeded.
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L185
1) [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination Error: locator.click: Page closed =========================== logs =========================== waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'site-13u33' }) ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:185 183 | */ 184 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 185 | await this.getCellLinkByName(name).click(); | ^ 186 | await this.spinnerWaitForReload(); 187 | } 188 | at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:185:40) at copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts:76:37) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts:92:11
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination: e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:185:40
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/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed: e2e/playwright/list-views/src/tests/file-libraries.spec.ts#L48
1) [List Views] › src/tests/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed "beforeAll" hook timeout of 150000ms exceeded. 46 | const adminSite5 = `admin5-${Utils.random()}`; 47 | > 48 | test.beforeAll(async () => { | ^ 49 | try { 50 | test.setTimeout(timeouts.extendedTest); 51 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.spec.ts:48:8
[List Views] › src/tests/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed: e2e/playwright/list-views/src/tests/file-libraries.spec.ts#L131
1) [List Views] › src/tests/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "Consumer" Received string: "" 129 | for (const [site, role] of Object.entries(expectedSitesRoles)) { 130 | const sitesRowNames = await myLibrariesPage.dataTable.getRowAllInnerTexts(site); > 131 | expect(sitesRowNames).toContain(role.split('Site')[1]); | ^ 132 | } 133 | }); 134 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.spec.ts:131:31
[List Views] › src/tests/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed: e2e/playwright/list-views/src/tests/file-libraries.spec.ts#L131
1) [List Views] › src/tests/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "Consumer" Received string: "" 129 | for (const [site, role] of Object.entries(expectedSitesRoles)) { 130 | const sitesRowNames = await myLibrariesPage.dataTable.getRowAllInnerTexts(site); > 131 | expect(sitesRowNames).toContain(role.split('Site')[1]); | ^ 132 | } 133 | }); 134 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.spec.ts:131:31
[List Views] › src/tests/file-libraries.spec.ts:135:9 › File Libraries › My Libraries › [C217098] Site ID is displayed when two sites have the same name: e2e/playwright/list-views/src/tests/file-libraries.spec.ts#L138
2) [List Views] › src/tests/file-libraries.spec.ts:135:9 › File Libraries › My Libraries › [C217098] Site ID is displayed when two sites have the same name Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "siteName-1irlg (goyb7)" Received string: "" 136 | const expectedSites = [`${siteName} (${siteId1})`, `${siteName} (${siteId2})`]; 137 | const actualSite1 = await myLibrariesPage.dataTable.getRowAllInnerTexts(siteId1); > 138 | expect(actualSite1).toContain(expectedSites[0]); | ^ 139 | const actualSite2 = await myLibrariesPage.dataTable.getRowAllInnerTexts(siteId2); 140 | expect(actualSite2).toContain(expectedSites[1]); 141 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.spec.ts:138:27
[List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder: e2e/playwright/list-views/src/tests/trash.spec.ts#L1
3) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Test timeout of 85000ms exceeded.
[List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L279
3) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Error: locator.click: Target closed =========================== logs =========================== waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-6nml4.txt' }).locator('.aca-location-link') locator resolved to <aca-location-link class="aca-location-link adf-location-cell adf-d…>…</aca-location-link> attempting click action waiting for element to be visible, enabled and stable element is not visible - waiting... ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279 277 | 278 | async clickItemLocation(name: string): Promise<void> { > 279 | await this.getItemLocationEl(name).click(); | ^ 280 | } 281 | 282 | async getSortingOrder(): Promise<string> { at DataTableComponent.clickItemLocation (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.spec.ts:116:33
[List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder: e2e/playwright/list-views/src/tests/trash.spec.ts#L1
3) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279:40
[List Views] › src/tests/permissions.spec.ts:182:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213672] on Favorites: e2e/playwright/list-views/src/tests/permissions.spec.ts#L1
4) [List Views] › src/tests/permissions.spec.ts:182:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213672] on Favorites Error: {"error":{"errorKey":"Person 'userPermissions-kkqbc' already exists.","statusCode":409,"briefSummary":"01155283 Person 'userPermissions-kkqbc' already exists.","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"6213e2b0-2759-48f7-a017-3cda6bf149bd"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
E2e test suites: Playwright (library-actions, 11)
Timed out waiting 600s for the test suite to run
E2e test suites: Playwright (library-actions, 11)
Timed out waiting 600s for the teardown for test suite to run
[Library Actions] › src/tests/library-actions.spec.ts:348:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L353
1) [Library Actions] › src/tests/library-actions.spec.ts:348:9 › Library actions › Search Page › [C306959] Join a public library from Search Results Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.soft.toBeVisible with timeout 5000ms - waiting for locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'Library joined' }).first() 351 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, notMemberString)).toBeVisible(); 352 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton); > 353 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible(); | ^ 354 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, consumerRole)).toBeVisible(); 355 | }); 356 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:353:77
[Library Actions] › src/tests/library-actions.spec.ts:348:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L354
1) [Library Actions] › src/tests/library-actions.spec.ts:348:9 › Library actions › Search Page › [C306959] Join a public library from Search Results 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: 'playwright-A-library-1gtr4' }).locator('[title="Consumer"]') 352 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton); 353 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible(); > 354 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, consumerRole)).toBeVisible(); | ^ 355 | }); 356 | 357 | test('[C306960] Join a moderated library from Search Results', async ({ myLibrariesPage, searchPage }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:354:93
[Library Actions] › src/tests/library-actions.spec.ts:348:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L351
1) [Library Actions] › src/tests/library-actions.spec.ts:348:9 › Library actions › Search Page › [C306959] Join a public library from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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: 'playwright-A-library-1phsl' }).locator('[title="Not a member"]') 349 | await searchPage.navigate({ remoteUrl: `#/search-libraries;q=${adminLibrary2}` }); 350 | await searchPage.reload({ waitUntil: loadString }); > 351 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, notMemberString)).toBeVisible(); | ^ 352 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton); 353 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible(); 354 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, consumerRole)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:351:96
[Library Actions] › src/tests/library-actions.spec.ts:390:9 › Library actions › Search Page › [C306963] Mark library as favorite from Search Results: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L399
2) [Library Actions] › src/tests/library-actions.spec.ts:390:9 › Library actions › Search Page › [C306963] Mark library as favorite from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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: 'playwright-A-library-j9e3p' }) 397 | await searchPage.searchOverlay.searchFor(adminLibrary4); 398 | > 399 | await expect(libraryTable.getRowByName(adminLibrary4)).toBeVisible(); | ^ 400 | await libraryTable.getRowByName(adminLibrary4).click(); 401 | await myLibrariesHeader.clickMoreActions(); 402 | await libraryMenu.clickMenuItem(favoriteButton); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:399:62
[Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
3) [Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results "beforeAll" hook timeout of 200000ms exceeded. 90 | let user2SitesApi: SitesApi; 91 | > 92 | test.beforeAll(async () => { | ^ 93 | test.setTimeout(timeouts.extendedLongTest); 94 | const apiClientFactory = new ApiClientFactory(); 95 | const username1 = `user-${Utils.random()}`; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
E2e test suites: Playwright (library-actions, 11)
Process completed with exit code 1.
Finalize
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests: aca-content
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests: aca-shared
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
E2e test suites: copyMoveActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: listViews
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (authentication, 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (folder-rules, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (navigation, 5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (create-actions, 1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: editActions,favoriteActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (share-action, 9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: viewer,infoDrawer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (pagination, 7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (viewer, 3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: deleteActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (special-permissions, 6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (copy-move-actions, 10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: uploadDownloadActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (list-views, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (library-actions, 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: search
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
5 passed (21.1s)
🎭 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 (58.5s)
🎭 Playwright Run Summary
15 passed (1.3m)
🎭 Playwright Run Summary
20 passed (2.1m)
🎭 Playwright Run Summary
14 passed (2.5m)
🎭 Playwright Run Summary
11 passed (3.2m)
🎭 Playwright Run Summary
21 passed (3.0m)
🎭 Playwright Run Summary
1 flaky [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459] 43 passed (5.4m)
🎭 Playwright Run Summary
1 flaky [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination 22 passed (6.4m)
🎭 Playwright Run Summary
3 failed [List Views] › src/tests/file-libraries.spec.ts:121:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed [List Views] › src/tests/file-libraries.spec.ts:135:9 › File Libraries › My Libraries › [C217098] Site ID is displayed when two sites have the same name [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder 1 flaky [List Views] › src/tests/permissions.spec.ts:182:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213672] on Favorites 1 skipped 32 passed (9.9m)
🎭 Playwright Run Summary
2 failed [Library Actions] › src/tests/library-actions.spec.ts:348:9 › Library actions › Search Page › [C306959] Join a public library from Search Results [Library Actions] › src/tests/library-actions.spec.ts:390:9 › Library actions › Search Page › [C306963] Mark library as favorite from Search Results 1 flaky [Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results 3 skipped 13 passed (9.9m)

Artifacts

Produced during runtime
Name Size
deleteActions Expired
2.14 MB
editActions,favoriteActions Expired
2.13 MB
listViews Expired
2.12 MB
search Expired
2.11 MB
uploadDownloadActions Expired
2.24 MB
viewer,infoDrawer Expired
2.11 MB