Skip to content

GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 #4082

GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251

GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 #4082

Triggered via pull request December 16, 2024 15:07
Status Failure
Total duration 16m 46s
Artifacts

pull-request.yml

on: pull_request
Matrix: e2es-playwright
Finalize
7s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

18 errors, 8 warnings, and 17 notices
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-appln]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-appln]') 121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 122 | await libraryDialog.createButton.click(); > 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 124 | 125 | await myLibrariesPage.navigate(); 126 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:123:73
[Create Actions] › src/tests/create-library.e2e.ts:152:9 › Create Libraries › On My Libraries dataTable › [C289882] Create a library with a given ID and description: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L157
2) [Create Actions] › src/tests/create-library.e2e.ts:152:9 › Create Libraries › On My Libraries dataTable › [C289882] Create a library with a given ID and description Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1anr4]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1anr4]') 155 | 156 | await libraryDialog.createLibraryWithNameAndId(randomLibraryName, randomLibraryId, randomLibraryDescription); > 157 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 158 | 159 | await myLibrariesPage.navigate(); 160 | await expect(libraryTable.getCellLinkByName(randomLibraryName).and(myLibrariesPage.page.getByTitle(randomLibraryDescription))).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:157:73
[Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel: e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel Error: {"error":{"errorKey":"Person 'user-1rbj1' already exists.","statusCode":409,"briefSummary":"11165743 Person 'user-1rbj1' 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":"6c15ba73-f858-4c2d-95ba-73f8580c2dcf"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude: e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L112
1) [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 110 | await searchPage.dataTable.progressBarWaitForReload(); 111 | > 112 | expect(await searchPage.dataTable.getRowsCount()).toBe(1); | ^ 113 | await expect(searchPage.dataTable.getRowByName(logicFile1.name)).toBeHidden(); 114 | await expect(searchPage.dataTable.getRowByName(logicFile2.name)).toBeVisible(); 115 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:112:55
[Search] › src/tests/search-highlighting.e2e.ts:75:7 › Search Highlighting › [XAT-17121] Matching phrases should be highlighted in the file content for search results: e2e/playwright/search/src/tests/search-highlighting.e2e.ts#L77
2) [Search] › src/tests/search-highlighting.e2e.ts:75:7 › Search Highlighting › [XAT-17121] Matching phrases should be highlighted in the file content for search results Error: expect(received).toBeTruthy() Received: false 75 | test('[XAT-17121] Matching phrases should be highlighted in the file content for search results', async ({ searchPage }) => { 76 | await searchPage.searchWithin(fileContent, 'files'); > 77 | expect(await searchPage.dataTable.hasHighlightedText('content')).toBeTruthy(); | ^ 78 | expect(await searchPage.dataTable.hasHighlightedText('name')).toBeFalsy(); 79 | }); 80 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-highlighting.e2e.ts:77:70
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L173
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() 171 | await personalFiles.infoDrawer.createTagButton.click(); 172 | await expect(personalFiles.infoDrawer.tagsChips.first()).toContainText(manualTagName); > 173 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeVisible(); | ^ 174 | await personalFiles.infoDrawer.tagsAccordionConfirmButton.click(); 175 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeHidden(); 176 | await expect(personalFiles.infoDrawer.tagsAccordionPenButton).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:173:69
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L173
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() 171 | await personalFiles.infoDrawer.createTagButton.click(); 172 | await expect(personalFiles.infoDrawer.tagsChips.first()).toContainText(manualTagName); > 173 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeVisible(); | ^ 174 | await personalFiles.infoDrawer.tagsAccordionConfirmButton.click(); 175 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeHidden(); 176 | await expect(personalFiles.infoDrawer.tagsAccordionPenButton).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:173:69
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L173
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() 171 | await personalFiles.infoDrawer.createTagButton.click(); 172 | await expect(personalFiles.infoDrawer.tagsChips.first()).toContainText(manualTagName); > 173 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeVisible(); | ^ 174 | await personalFiles.infoDrawer.tagsAccordionConfirmButton.click(); 175 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeHidden(); 176 | await expect(personalFiles.infoDrawer.tagsAccordionPenButton).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:173:69
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node Test timeout of 85000ms exceeded.
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L191
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() 189 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeHidden(); 190 | await personalFiles.infoDrawer.tagsAccordionPenButton.click(); > 191 | await personalFiles.infoDrawer.tagsChipsXButton.first().click(); | ^ 192 | await personalFiles.infoDrawer.tagsAccordionConfirmButton.click(); 193 | await expect(personalFiles.infoDrawer.tagsChips.first()).toBeHidden(); 194 | await expect(personalFiles.infoDrawer.tagsAccordion).toContainText(noTagsText); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:191:61
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 85000ms exceeded.
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L191
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() 189 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeHidden(); 190 | await personalFiles.infoDrawer.tagsAccordionPenButton.click(); > 191 | await personalFiles.infoDrawer.tagsChipsXButton.first().click(); | ^ 192 | await personalFiles.infoDrawer.tagsAccordionConfirmButton.click(); 193 | await expect(personalFiles.infoDrawer.tagsChips.first()).toBeHidden(); 194 | await expect(personalFiles.infoDrawer.tagsAccordion).toContainText(noTagsText); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:191:61
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 85000ms exceeded.
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L191
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() 189 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeHidden(); 190 | await personalFiles.infoDrawer.tagsAccordionPenButton.click(); > 191 | await personalFiles.infoDrawer.tagsChipsXButton.first().click(); | ^ 192 | await personalFiles.infoDrawer.tagsAccordionConfirmButton.click(); 193 | await expect(personalFiles.infoDrawer.tagsChips.first()).toBeHidden(); 194 | await expect(personalFiles.infoDrawer.tagsAccordion).toContainText(noTagsText); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:191:61
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long: e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
3) [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long Test timeout of 85000ms exceeded.
[Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L341
1) [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-hb9gv' }).locator('[title="Not a member"]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-hb9gv' }).locator('[title="Not a member"]') 339 | await searchPage.searchWithin(adminLibrary2, 'libraries'); 340 | await searchPage.reload({ waitUntil: loadString }); > 341 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, notMemberString)).toBeVisible(); | ^ 342 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton); 343 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible(); 344 | 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.e2e.ts:341:96
[Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L341
1) [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-t7vgo' }).locator('[title="Not a member"]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-t7vgo' }).locator('[title="Not a member"]') 339 | await searchPage.searchWithin(adminLibrary2, 'libraries'); 340 | await searchPage.reload({ waitUntil: loadString }); > 341 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, notMemberString)).toBeVisible(); | ^ 342 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton); 343 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible(); 344 | 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.e2e.ts:341:96
Finalize
Process completed with exit code 1.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 22.7s
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 31.5s
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 19.4s
Slow Test: [Info Drawer] › src/tests/file-preview.e2e.ts#L1
[Info Drawer] › src/tests/file-preview.e2e.ts took 16.4s
Finalize
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
6 passed (19.2s)
🎭 Playwright Run Summary
9 passed (1.0m)
🎭 Playwright Run Summary
11 passed (1.1m)
🎭 Playwright Run Summary
16 passed (1.6m)
🎭 Playwright Run Summary
15 passed (2.2m)
🎭 Playwright Run Summary
2 flaky [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library [Create Actions] › src/tests/create-library.e2e.ts:152:9 › Create Libraries › On My Libraries dataTable › [C289882] Create a library with a given ID and description 18 passed (2.6m)
🎭 Playwright Run Summary
11 passed (3.0m)
🎭 Playwright Run Summary
1 flaky [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel 28 passed (2.8m)
🎭 Playwright Run Summary
23 passed (3.6m)
🎭 Playwright Run Summary
24 passed (3.7m)
🎭 Playwright Run Summary
34 passed (4.4m)
🎭 Playwright Run Summary
64 passed (5.4m)
🎭 Playwright Run Summary
23 passed (5.3m)
🎭 Playwright Run Summary
68 passed (6.5m)
🎭 Playwright Run Summary
2 flaky [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude [Search] › src/tests/search-highlighting.e2e.ts:75:7 › Search Highlighting › [XAT-17121] Matching phrases should be highlighted in the file content for search results 47 passed (6.8m)
🎭 Playwright Run Summary
2 failed [Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node 1 flaky [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long 22 passed (7.3m)
🎭 Playwright Run Summary
1 flaky [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results 18 passed (8.0m)