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 #4091
Triggered via pull request
December 18, 2024 11:25
Status
Success
Total duration
18m 50s
Artifacts
–
pull-request.yml
on: pull_request
Annotations
43 errors, 10 warnings, and 17 notices
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite:
e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts#L122
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite
Test timeout of 85000ms exceeded while running "beforeEach" hook.
120 | });
121 |
> 122 | test.beforeEach(async ({ personalFiles }) => {
| ^
123 | await personalFiles.dataTable.performClickFolderOrFileToOpen(parent);
124 | });
125 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts:122:10
|
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
1) [Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'parent-fev-1nuly' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204
202 | */
203 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 204 | await this.getCellLinkByName(name).click();
| ^
205 | await this.spinnerWaitForReload();
206 | }
207 |
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:204:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/favorite-actions/src/tests/mark-favorite.e2e.ts:123:37
|
[Navigation] › src/tests/breadcrumb.e2e.ts:103:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L106
1) [Navigation] › src/tests/breadcrumb.e2e.ts:103: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-breadcrumb-pclpf",
- "parent-in-site-1y5te",
- "subFolder1-in-site-1whcu",
- "subFolder2-in-site-1m7yo",
]
104 | await myLibrariesPage.navigate({ remoteUrl: `#/libraries/${subFolder2FromSiteId}` });
105 | const expectedItems = ['My Libraries', siteName, parentFromSite, subFolder1FromSite, subFolder2FromSite];
> 106 | expect(await myLibrariesPage.breadcrumb.getAllItems()).toEqual(expectedItems);
| ^
107 | });
108 |
109 | 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.e2e.ts:106:60
|
[Navigation] › src/tests/breadcrumb.e2e.ts:103:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy:
e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L106
1) [Navigation] › src/tests/breadcrumb.e2e.ts:103:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 7
+ Received + 1
- Array [
- "My Libraries",
- "site-breadcrumb-1s951",
- "parent-in-site-4jhww",
- "subFolder1-in-site-1blf6",
- "subFolder2-in-site-n3pp3",
- ]
+ Array []
104 | await myLibrariesPage.navigate({ remoteUrl: `#/libraries/${subFolder2FromSiteId}` });
105 | const expectedItems = ['My Libraries', siteName, parentFromSite, subFolder1FromSite, subFolder2FromSite];
> 106 | expect(await myLibrariesPage.breadcrumb.getAllItems()).toEqual(expectedItems);
| ^
107 | });
108 |
109 | 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.e2e.ts:106:60
|
[Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page:
e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
2) [Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
Error: {"error":{"errorKey":"Person 'user-13q4a' already exists.","statusCode":409,"briefSummary":"111813969 Person 'user-13q4a' 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":"304fceab-9157-4d8f-8fce-ab91577d8f3a"}}
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)
|
[Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries:
e2e/playwright/navigation/src/tests/single-click.e2e.ts#L1
3) [Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: {"error":{"errorKey":"Person 'user-16yby' already exists.","statusCode":409,"briefSummary":"111814057 Person 'user-16yby' 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":"9b14d143-ad08-46da-94d1-43ad0896da04"}}
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)
|
[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-zbdu7]')
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-zbdu7]')
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: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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-80jf1]')
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-80jf1]')
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:181:9 › Create Libraries › On My Libraries dataTable › [C280030] Create 2 libraries with same name but different IDs:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L186
2) [Create Actions] › src/tests/create-library.e2e.ts:181:9 › Create Libraries › On My Libraries dataTable › [C280030] Create 2 libraries with same name but different IDs
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library1-mxqsj]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library1-mxqsj]')
184 |
185 | await libraryDialog.createLibraryWithNameAndId(commonLibraryName, randomLibraryId);
> 186 | await expect(libraryBreadcrumb.getItemByTitle(commonLibraryName)).toBeVisible();
| ^
187 |
188 | await myLibrariesPage.navigate();
189 | await expect(libraryTable.getRowByName(libraryName)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:186:73
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L130
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'C299162-e2e-unj5s' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'C299162-e2e-unj5s' })
128 | await personalFiles.navigate();
129 | await Utils.reloadPageIfRowNotVisible(personalFiles, folderName);
> 130 | await expect(personalFiles.dataTable.getRowByName(folderName)).toBeVisible();
| ^
131 | await personalFiles.dataTable.getRowByName(folderName).click();
132 | await personalFiles.acaHeader.viewDetails.click();
133 | }
at navigateAndOpenInfoDrawer (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:130:68)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:136:5
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L130
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'C299162-e2e-cvfd9' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'C299162-e2e-cvfd9' })
128 | await personalFiles.navigate();
129 | await Utils.reloadPageIfRowNotVisible(personalFiles, folderName);
> 130 | await expect(personalFiles.dataTable.getRowByName(folderName)).toBeVisible();
| ^
131 | await personalFiles.dataTable.getRowByName(folderName).click();
132 | await personalFiles.acaHeader.viewDetails.click();
133 | }
at navigateAndOpenInfoDrawer (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:130:68)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:136:5
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:197:7 › Info Drawer - File Folder Properties › [XAT-17243] Cancel adding a tag to a node:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L201
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:197:7 › Info Drawer - File Folder Properties › [XAT-17243] Cancel adding a tag to a node
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'xat-17243-e2e-td2pl' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'xat-17243-e2e-td2pl' })
199 | await personalFiles.navigate();
200 | await Utils.reloadPageIfRowNotVisible(personalFiles, Folder17243);
> 201 | await expect(personalFiles.dataTable.getRowByName(Folder17243)).toBeVisible();
| ^
202 | await personalFiles.dataTable.getRowByName(Folder17243).click();
203 | await personalFiles.acaHeader.viewDetails.click();
204 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:201:69
|
[Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer:
e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts#L65
3) [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer
Error: expect(received).toContain(expected) // indexOf
Expected substring: "This is a small demonstration"
Received string: ""
63 | await expect(pageLoaded).toBeVisible();
64 | await expect(textLayerLoaded).toBeVisible();
> 65 | expect(await specificText).toContain(text);
| ^
66 | }
67 |
68 | test('[C595967] Should preview document from the info drawer', async ({ personalFiles }) => {
at checkFileContent (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:65:32)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:76:5
|
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:167:9 › Upload new version › on Personal Files › [C297549] file is unlocked after uploading a new version:
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L174
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:167:9 › Upload new version › on Personal Files › [C297549] file is unlocked after uploading a new version
Error: file-locked1-148cg.docx is still locked
expect(received).not.toEqual(expected) // deep equality
Expected: not "WRITE_LOCK"
172 |
173 | expect(await personalFiles.dataTable.isItemPresent(fileToUpload1), 'File was not updated').toBe(true);
> 174 | expect(await nodesApi.getNodeProperty(fileLocked1Id, 'cm:lockType'), `${fileLocked1} is still locked`).not.toEqual('WRITE_LOCK');
| ^
175 | expect(await nodesApi.getNodeProperty(fileLocked1Id, 'cm:versionType'), 'File has incorrect version type').toEqual('MINOR');
176 | expect(await nodesApi.getNodeProperty(fileLocked1Id, 'cm:versionLabel'), 'File has incorrect version label').toEqual('1.1');
177 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts:174:114
|
[Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog:
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
Error: {"error":{"errorKey":"Person 'user-1uylp' already exists.","statusCode":409,"briefSummary":"111814050 Person 'user-1uylp' 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":"ab5664b1-da2d-4387-9664-b1da2db38765"}}
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)
|
[Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L217
1) [Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "2025-12-18T11:34:43.167+0000"
215 | await page.waitForTimeout(timeouts.tiny);
216 | await personalFiles.shareDialog.clickClose();
> 217 | expect(await nodesApiAction.getNodeProperty(file7Id, 'qshare:expiryDate')).toBe('');
| ^
218 | });
219 |
220 | 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.e2e.ts:217:84
|
[Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L217
1) [Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: ""
Received: "2025-12-18T11:35:28.983+0000"
215 | await page.waitForTimeout(timeouts.tiny);
216 | await personalFiles.shareDialog.clickClose();
> 217 | expect(await nodesApiAction.getNodeProperty(file7Id, 'qshare:expiryDate')).toBe('');
| ^
218 | });
219 |
220 | 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.e2e.ts:217:84
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:137:7 › Unshare a file from Search Results › [C306996] Unshare a file:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L153
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:137:7 › Unshare a file from Search Results › [C306996] Unshare a file
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
151 | await personalFiles.viewer.waitForViewerToOpen();
152 | await expect(personalFiles.viewer.fileTitleButtonLocator).not.toHaveText(file2);
> 153 | expect(await nodesApiAction.isFileShared(file2Id)).toBe(false);
| ^
154 | });
155 |
156 | test('[C306997] Cancel the Unshare action', async ({ personalFiles, searchPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:153:56
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L68
3) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
"beforeAll" hook timeout of 150000ms exceeded.
66 | const apiClientFactory = new ApiClientFactory();
67 |
> 68 | test.beforeAll(async () => {
| ^
69 | try {
70 | test.setTimeout(timeouts.extendedTest);
71 | 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.e2e.ts:68:8
|
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values:
e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts#L41
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.e2e.ts:41
39 | const apiClientFactory = new ApiClientFactory();
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | test.setTimeout(timeouts.extendedTest);
43 | await apiClientFactory.setUpAcaBackend('admin');
44 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
|
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page:
e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts#L41
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.e2e.ts:41
39 | const apiClientFactory = new ApiClientFactory();
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | test.setTimeout(timeouts.extendedTest);
43 | await apiClientFactory.setUpAcaBackend('admin');
44 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
|
[Pagination] › src/tests/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.e2e.ts#L41
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.e2e.ts:41
39 | const apiClientFactory = new ApiClientFactory();
40 |
> 41 | test.beforeAll(async () => {
| ^
42 | test.setTimeout(timeouts.extendedTest);
43 | await apiClientFactory.setUpAcaBackend('admin');
44 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L131
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification
Error: expect(received).toEqual(expected) // deep equality
Expected: " Showing 1--1 of -1 "
Received: " Showing 1-12 of 12 "
129 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeFalsy();
130 | items--;
> 131 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `);
| ^
132 | await trashPage.navigate();
133 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeTruthy();
134 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:131:60
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L131
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: " Showing 1--1 of -1 "
Received: " Showing 1-12 of 12 "
129 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeFalsy();
130 | items--;
> 131 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `);
| ^
132 | await trashPage.navigate();
133 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeTruthy();
134 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:131:60
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L206
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
Error: expect(received).toContain(expected) // indexOf
Expected substring: "1-0 of 0"
Received string: "Showing 1-12 of 12"
204 | await personalFiles.dataTable.spinnerWaitForReload();
205 | expect(await personalFiles.dataTable.isItemPresent(file5)).toBeTruthy();
> 206 | expect(await personalFiles.pagination.getRange()).toContain(`1-${items} of ${items}`);
| ^
207 | });
208 |
209 | test('[C280503] undo delete of folder with content', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:206:57
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:209:9 › Delete and undo delete › on Personal Files › [C280503] undo delete of folder with content:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L215
3) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:209:9 › Delete and undo delete › on Personal Files › [C280503] undo delete of folder with content
Error: expect(received).toBeTruthy()
Received: false
213 | await personalFiles.snackBar.clickSnackBarAction();
214 | await personalFiles.dataTable.spinnerWaitForReload();
> 215 | expect(await personalFiles.dataTable.isItemPresent(folder6)).toBeTruthy();
| ^
216 | await personalFiles.dataTable.performClickFolderOrFileToOpen(folder6);
217 | await personalFiles.dataTable.spinnerWaitForReload();
218 | expect(await personalFiles.dataTable.isItemPresent(file2InFolder)).toBeTruthy();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:215:68
|
[Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L162
1) [Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files
TimeoutError: locator.waitFor: Timeout 2000ms exceeded.
Call log:
- waiting for locator('.cdk-overlay-pane [id="app.viewer.favorite.remove"]')
160 |
161 | await sharedPage.acaHeader.clickViewerMoreActions();
> 162 | await favoritePage.viewerDialog.removeFavoriteMenuButton.waitFor({ state: 'attached', timeout: timeouts.normal });
| ^
163 | await expect(sharedPage.viewerDialog.removeFavoriteMenuButton, 'Item should be remove favorite').toBeVisible();
164 | await sharedPage.page.keyboard.press('Escape');
165 | await favoritePage.navigate({ waitUntil: 'domcontentloaded' });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:162:62
|
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L213
2) [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked
Error: 'Cancel Editing' button shouldn't be shown
Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('menuitem', { name: 'Cancel Editing', exact: true })
Expected: hidden
Received: visible
Call log:
- 'Cancel Editing' button shouldn't be shown with timeout 5000ms
- waiting for getByRole('menuitem', { name: 'Cancel Editing', exact: true })
9 × locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator">…</button>
- unexpected value "visible"
211 |
212 | await personalFiles.acaHeader.clickViewerMoreActions();
> 213 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Cancel Editing'), `'Cancel Editing' button shouldn't be shown`).toBeHidden();
| ^
214 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Edit Offline'), `'Edit Offline' should be shown`).toBeVisible();
215 | });
216 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:213:131
|
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L213
2) [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: 'Cancel Editing' button shouldn't be shown
Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByRole('menuitem', { name: 'Cancel Editing', exact: true })
Expected: hidden
Received: visible
Call log:
- 'Cancel Editing' button shouldn't be shown with timeout 5000ms
- waiting for getByRole('menuitem', { name: 'Cancel Editing', exact: true })
9 × locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator">…</button>
- unexpected value "visible"
211 |
212 | await personalFiles.acaHeader.clickViewerMoreActions();
> 213 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Cancel Editing'), `'Cancel Editing' button shouldn't be shown`).toBeHidden();
| ^
214 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Edit Offline'), `'Edit Offline' should be shown`).toBeVisible();
215 | });
216 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:213:131
|
[Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders):
projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
1) [Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders)
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-z1z9f' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-z1z9f' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60
58 |
59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> {
> 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 });
| ^
61 | }
62 |
63 | async countConditionsInGroup(): Promise<number> {
at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:111:33
|
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions:
projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
2) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-2o8i0' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-2o8i0' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60
58 |
59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> {
> 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 });
| ^
61 | }
62 |
63 | async countConditionsInGroup(): Promise<number> {
at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:155:33
|
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
2) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions:
projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts#L86
2) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('.mat-mdc-select-panel .mdc-list-item__primary-text').filter({ hasText: ' A site which contains sfdc content [sfdc:site] ' }).first().first()
at ../../../projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86
84 | async dropdownSelection(selectValue: string, locator: string, index: number): Promise<void> {
85 | await this.ruleActionLocator.nth(index).locator(locator).click();
> 86 | await this.getOptionLocator(selectValue).nth(0).click();
| ^
87 | }
88 |
89 | async insertCheckInActionValues(checkInValue: string, index: number): Promise<void> {
at ActionsDropdownComponent.dropdownSelection (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86:53)
at ActionsDropdownComponent.insertAddAspectActionValues (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:94:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:147:5
|
[Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L180
3) [Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'copy-file-jhjd8' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'copy-file-jhjd8' })
178 |
179 | await personalFiles.navigate({ remoteUrl: `#/personal-files/${randomFolderName2Id}` });
> 180 | await expect(personalFiles.dataTable.getRowByName(copyFileName)).toBeVisible();
| ^
181 | });
182 |
183 | test('[XAT-890] Create a rule which adds multiple aspects when its ran', async ({ nodesPage, personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:180:70
|
[Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
4) [Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button
Test timeout of 85000ms exceeded.
|
[Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button:
projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts#L86
4) [Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('.mat-mdc-select-panel .mdc-list-item__primary-text').filter({ hasText: 'Controls' }).first().first()
at ../../../projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86
84 | async dropdownSelection(selectValue: string, locator: string, index: number): Promise<void> {
85 | await this.ruleActionLocator.nth(index).locator(locator).click();
> 86 | await this.getOptionLocator(selectValue).nth(0).click();
| ^
87 | }
88 |
89 | async insertCheckInActionValues(checkInValue: string, index: number): Promise<void> {
at ActionsDropdownComponent.dropdownSelection (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86:53)
at ActionsDropdownComponent.insertAddAspectActionValues (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:94:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:231:5
|
[Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button:
e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
4) [Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button:
projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts#L86
4) [Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('.mat-mdc-select-panel .mdc-list-item__primary-text').filter({ hasText: 'Controls' }).first().first()
at ../../../projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86
84 | async dropdownSelection(selectValue: string, locator: string, index: number): Promise<void> {
85 | await this.ruleActionLocator.nth(index).locator(locator).click();
> 86 | await this.getOptionLocator(selectValue).nth(0).click();
| ^
87 | }
88 |
89 | async insertCheckInActionValues(checkInValue: string, index: number): Promise<void> {
at ActionsDropdownComponent.dropdownSelection (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86:53)
at ActionsDropdownComponent.insertAddAspectActionValues (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:94:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:231:5
|
[Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options:
e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L157
1) [Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
155 | await searchPage.dataTable.progressBarWaitForReload();
156 |
> 157 | expect(await searchPage.dataTable.getRowsCount()).toBe(1);
| ^
158 | await expect(searchPage.dataTable.getRowByName(logicFile1.name)).toBeHidden();
159 | await expect(searchPage.dataTable.getRowByName(logicFile2.name)).toBeVisible();
160 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:157: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
|
[Search] › src/tests/search-results-libraries.e2e.ts:170:7 › Search Results - General › [C290016] Results page columns:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L1
3) [Search] › src/tests/search-results-libraries.e2e.ts:170:7 › Search Results - General › [C290016] Results page columns
Test timeout of 85000ms exceeded.
|
[Search] › src/tests/search-results-libraries.e2e.ts:170:7 › Search Results - General › [C290016] Results page columns:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L267
3) [Search] › src/tests/search-results-libraries.e2e.ts:170:7 › Search Results - General › [C290016] Results page columns
Error: locator.waitFor: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-datatable-row .adf-datatable-cell-header .adf-datatable-cell-value').first()
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:267
265 | async getColumnHeaders(): Promise<Array<string>> {
266 | const columnNameLocator = this.columnHeaders;
> 267 | await this.columnHeaders.nth(0).waitFor({ state: 'attached' });
| ^
268 | return columnNameLocator.allTextContents();
269 | }
270 |
at DataTableComponent.getColumnHeaders (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:267:37)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:174:78
|
[List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L43
1) [List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries
Error: list is not empty
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
41 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
42 | await myLibrariesPage.navigate();
> 43 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
44 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
45 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
46 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:43:76
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
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:
[Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 21.0s
|
Slow Test:
[Viewer] › src/tests/viewer-protected.e2e.ts#L1
[Viewer] › src/tests/viewer-protected.e2e.ts took 43.3s
|
Slow Test:
[Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 25.2s
|
Slow Test:
[Folder Rules] › src/tests/delete-view-rules.e2e.ts#L1
[Folder Rules] › src/tests/delete-view-rules.e2e.ts took 1.5m
|
Slow Test:
[Search] › src/tests/search-sorting.e2e.ts#L1
[Search] › src/tests/search-sorting.e2e.ts took 1.1m
|
Slow Test:
[Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 35.5s
|
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 (33.7s)
|
🎭 Playwright Run Summary
11 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[Favorite Actions] › src/tests/mark-favorite.e2e.ts:138:9 › Mark items as favorites › on Personal Files › [XAT-5044] Favorite action has full star icon for items marked as favorite
8 passed (3.3m)
|
🎭 Playwright Run Summary
3 flaky
[Navigation] › src/tests/breadcrumb.e2e.ts:103:7 › viewer action file › [C260967] File Libraries breadcrumb for a folder hierarchy
[Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
[Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
13 passed (3.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:181:9 › Create Libraries › On My Libraries dataTable › [C280030] Create 2 libraries with same name but different IDs
18 passed (3.9m)
|
🎭 Playwright Run Summary
3 flaky
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:197:7 › Info Drawer - File Folder Properties › [XAT-17243] Cancel adding a tag to a node
[Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer
22 passed (4.2m)
|
🎭 Playwright Run Summary
2 flaky
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:167:9 › Upload new version › on Personal Files › [C297549] file is unlocked after uploading a new version
[Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
27 passed (4.2m)
|
🎭 Playwright Run Summary
3 flaky
[Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:137:7 › Unshare a file from Search Results › [C306996] Unshare a file
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
12 passed (4.8m)
|
🎭 Playwright Run Summary
3 flaky
[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 passed (5.4m)
|
🎭 Playwright Run Summary
3 flaky
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:209:9 › Delete and undo delete › on Personal Files › [C280503] undo delete of folder with content
20 passed (5.9m)
|
🎭 Playwright Run Summary
2 flaky
[Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked
32 passed (5.9m)
|
🎭 Playwright Run Summary
4 flaky
[Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders)
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions
[Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder
[Folder Rules] › src/tests/create-rules.e2e.ts:226:7 › Folder Rules Actions › [XAT-893] Removing values from required fields should restore disabled state for Create button
20 passed (6.2m)
|
🎭 Playwright Run Summary
64 passed (6.2m)
|
🎭 Playwright Run Summary
23 passed (6.3m)
|
🎭 Playwright Run Summary
19 passed (7.9m)
|
🎭 Playwright Run Summary
3 flaky
[Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options
[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
[Search] › src/tests/search-results-libraries.e2e.ts:170:7 › Search Results - General › [C290016] Results page columns
46 passed (9.0m)
|
🎭 Playwright Run Summary
1 flaky
[List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries
67 passed (9.4m)
|