[ACS-8784] Fixed references layout #3590
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
pull-request.yml
on: pull_request
Annotations
44 errors, 23 warnings, and 17 notices
[Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L122
1) [Create Actions] › src/tests/create-library.e2e.ts:117: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-library-10lqy]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-10lqy]')
120 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
121 | await libraryDialog.createButton.click();
> 122 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
123 |
124 | await myLibrariesPage.navigate();
125 | 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:122:73
|
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L161
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
Error: expect(received).toEqual(expected) // deep equality
Expected: " Showing 1--1 of -1 "
Received: " Showing 1-12 of 12 "
159 | expect(await personalFiles.dataTable.isItemPresent(folder1)).toBeFalsy();
160 | items--;
> 161 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `);
| ^
162 | await trashPage.navigate();
163 | expect(await personalFiles.dataTable.isItemPresent(folder1)).toBeTruthy();
164 | expect(await personalFiles.dataTable.isItemPresent(file1InFolder)).toBeFalsy();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:161: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-13 of 13"
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: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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "1-0 of 0"
Received string: "Showing 1-13 of 13"
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
|
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
1) [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
Test timeout of 85000ms exceeded.
|
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
1) [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order:
projects/aca-playwright-shared/src/page-objects/pages/base.page.ts#L79
1) [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
at ../../../projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:79
77 | ]);
78 | } else {
> 79 | await this.page.goto(`./#/${this.pageUrl}${actualOptions.query}`, {
| ^
80 | waitUntil: actualOptions.waitUntil,
81 | timeout: 60000
82 | });
at SharedPage.navigate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:79:23)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:100:22
|
[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
2) [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
|
[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.
|
[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#L186
3) [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'site1-12q1r' })
184 | test('[C289343] Site description too long', async ({ myLibrariesPage }) => {
185 | await Utils.reloadPageIfRowNotVisible(myLibrariesPage, site.name);
> 186 | await myLibrariesPage.dataTable.getRowByName(site.name).click();
| ^
187 | await myLibrariesPage.acaHeader.viewDetails.click();
188 | await expect(myLibrariesPage.libraryDetails.infoDrawerPanel).toBeVisible();
189 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:186:61
|
[Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L178
1) [Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U1-library-17x4y' }).locator('[title="Manager"]')
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-U1-library-17x4y' }).locator('[title="Manager"]')
176 |
177 | test('[C290106] Leave a library from My Libraries', async () => {
> 178 | await expect(libraryTable.getCellByColumnNameAndRowItem(user1Library1, managerRole)).toBeVisible();
| ^
179 | await libraryTable.performActionFromExpandableMenu(user1Library1, leaveLibraryButton);
180 | await expect.soft(confirmDialog.getDialogTitle('Leave this library?')).toBeVisible();
181 | await expect.soft(confirmDialog.getDialogContent('Leaving will remove your access.')).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:178:92
|
[Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries
Error: {"error":{"errorKey":"framework.exception.EntityNotFound","statusCode":404,"briefSummary":"09011632 The entity with id: playwright-Am-library-1vfym was not found","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"9f586657-17ce-49e6-9866-5717ce79e66f"}}
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)
|
E2E Playwright - viewer
Timed out waiting 600s for the test suite to run
|
E2E Playwright - viewer
Timed out waiting 600s for the teardown for test suite to run
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Test timeout of 85000ms exceeded.
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L203
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'file-docx-r9r87' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:203
201 | */
202 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 203 | await this.getCellLinkByName(name).click();
| ^
204 | await this.spinnerWaitForReload();
205 | }
206 |
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:203:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:85:35
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L203
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'file-docx-7dpl0' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:203
201 | */
202 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 203 | await this.getCellLinkByName(name).click();
| ^
204 | await this.spinnerWaitForReload();
205 | }
206 |
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:203:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:85:35
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L203
1) [Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'file-docx-1y0ag' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:203
201 | */
202 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 203 | await this.getCellLinkByName(name).click();
| ^
204 | await this.spinnerWaitForReload();
205 | }
206 |
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:203:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:85:35
|
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
2) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─
Test timeout of 85000ms exceeded.
|
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L203
2) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'file-docx-16x62' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:203
201 | */
202 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 203 | await this.getCellLinkByName(name).click();
| ^
204 | await this.spinnerWaitForReload();
205 | }
206 |
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:203:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:94:35
|
E2E Playwright - list-views
Timed out waiting 600s for the test suite to run
|
E2E Playwright - list-views
Timed out waiting 600s for the teardown for test suite to run
|
[List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L50
1) [List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
Error: list is not empty
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
48 | test('[C280134] [C280120] Empty Trash - pagination controls not displayed', async ({ trashPage }) => {
49 | await trashPage.navigate();
> 50 | expect(await trashPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
51 | expect(await trashPage.dataTable.getEmptyStateTitle()).toContain('Trash is empty');
52 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Items you delete are moved to the Trash.');
53 | expect(await trashPage.dataTable.getEmptyListText()).toContain('Empty Trash to permanently delete items.');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:50:70
|
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
2) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
Test timeout of 85000ms exceeded.
|
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L279
2) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
Error: locator.waitFor: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file2-459os.txt' }).locator('.aca-location-link').locator('a')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279
277 |
278 | async getItemLocationText(name: string): Promise<string> {
> 279 | await this.getItemLocationEl(name).locator('a').waitFor({ state: 'attached' });
| ^
280 | return this.getItemLocationEl(name).innerText();
281 | }
282 |
at DataTableComponent.getItemLocationText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279:53)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:108:43
|
[List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site:
e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
3) [List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site
Test timeout of 85000ms exceeded.
|
[List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L290
3) [List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file1-y4vis.txt' }).locator('.aca-location-link')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:290
288 |
289 | async clickItemLocation(name: string): Promise<void> {
> 290 | await this.getItemLocationEl(name).click();
| ^
291 | }
292 |
293 | 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:290:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:130:36
|
[List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed:
e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L124
4) [List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Consumer"
Received string: ""
122 | for (const [site, role] of Object.entries(expectedSitesRoles)) {
123 | const sitesRowNames = await myLibrariesPage.dataTable.getRowAllInnerTexts(site);
> 124 | expect(sitesRowNames).toContain(role.split('Site')[1]);
| ^
125 | }
126 | });
127 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:124:31
|
[List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns:
e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L1
5) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns
Test timeout of 85000ms exceeded.
|
[List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L266
5) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct 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:266
264 | async getColumnHeaders(): Promise<Array<string>> {
265 | const columnNameLocator = this.columnHeaders;
> 266 | await this.columnHeaders.nth(0).waitFor({ state: 'attached' });
| ^
267 | return columnNameLocator.allTextContents();
268 | }
269 |
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:266:37)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:145:68
|
[Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between:
projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L120
1) [Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between
Error: expect(received).toEqual(expected) // deep equality
Expected: 2
Received: 0
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120
118 | await searchPage.searchFilters.menuCardApply.click();
119 | await searchPage.dataTable.spinnerWaitForReload();
> 120 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults);
| ^
121 |
122 | let dateText: string;
123 | if (filterType === 'between') {
at SearchFiltersDate.filterFilesByDate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120:55)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:124:5
|
[Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between:
projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L120
1) [Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 2
Received: 0
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120
118 | await searchPage.searchFilters.menuCardApply.click();
119 | await searchPage.dataTable.spinnerWaitForReload();
> 120 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults);
| ^
121 |
122 | let dateText: string;
123 | if (filterType === 'between') {
at SearchFiltersDate.filterFilesByDate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120:55)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:124:5
|
[Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between:
projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L120
1) [Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 2
Received: 0
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120
118 | await searchPage.searchFilters.menuCardApply.click();
119 | await searchPage.dataTable.spinnerWaitForReload();
> 120 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults);
| ^
121 |
122 | let dateText: string;
123 | if (filterType === 'between') {
at SearchFiltersDate.filterFilesByDate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120:55)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:124:5
|
[Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between:
projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L120
2) [Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between
Error: expect(received).toEqual(expected) // deep equality
Expected: 2
Received: 0
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120
118 | await searchPage.searchFilters.menuCardApply.click();
119 | await searchPage.dataTable.spinnerWaitForReload();
> 120 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults);
| ^
121 |
122 | let dateText: string;
123 | if (filterType === 'between') {
at SearchFiltersDate.filterFilesByDate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120:55)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:138:5
|
[Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between:
projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L120
2) [Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 2
Received: 0
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120
118 | await searchPage.searchFilters.menuCardApply.click();
119 | await searchPage.dataTable.spinnerWaitForReload();
> 120 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults);
| ^
121 |
122 | let dateText: string;
123 | if (filterType === 'between') {
at SearchFiltersDate.filterFilesByDate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120:55)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:138:5
|
[Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between:
projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L120
2) [Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 2
Received: 0
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120
118 | await searchPage.searchFilters.menuCardApply.click();
119 | await searchPage.dataTable.spinnerWaitForReload();
> 120 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults);
| ^
121 |
122 | let dateText: string;
123 | if (filterType === 'between') {
at SearchFiltersDate.filterFilesByDate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120:55)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:138:5
|
[Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L45
3) [Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files
"beforeAll" hook timeout of 85000ms exceeded.
43 | });
44 |
> 45 | test.beforeAll(async () => {
| ^
46 | try {
47 | const apiClientFactory = new ApiClientFactory();
48 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:45:8
|
[Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files:
e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L45
3) [Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files
"beforeAll" hook timeout of 85000ms exceeded.
43 | });
44 |
> 45 | test.beforeAll(async () => {
| ^
46 | try {
47 | const apiClientFactory = new ApiClientFactory();
48 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:45:8
|
[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
4) [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-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
5) [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
|
[special-permissions] › src/tests/other-permissions.ts:175:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Favorites - [C297659]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:175:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Favorites - [C297659]
Error: Expected to contain Remove Favorite Cancel Editing,Upload New Version,Favorite,Move,Copy,Delete,Manage Versions
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72
70 | );
71 | for (const action of expectedToolbarMore) {
> 72 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
73 | }
74 | }
75 | }
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:72:104)
at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:177:9
|
Finalize
Process completed with exit code 1.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - authentication
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - navigation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - edit-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - favorite-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - create-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - upload-download-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - copy-move-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - share-action
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[Delete Actions] › src/tests/permanently-delete.e2e.ts#L1
[Delete Actions] › src/tests/permanently-delete.e2e.ts took 27.2s
|
E2E Playwright - delete-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - pagination
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - folder-rules
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 22.5s
|
E2E Playwright - info-drawer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - library-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - viewer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - list-views
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
[Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 30.4s
|
E2E Playwright - search
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
E2E Playwright - special-permissions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
5 passed (38.3s)
|
🎭 Playwright Run Summary
15 passed (2.4m)
|
🎭 Playwright Run Summary
10 passed (1.7m)
|
🎭 Playwright Run Summary
9 passed (1.9m)
|
🎭 Playwright Run Summary
1 flaky
[Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
19 passed (3.1m)
|
🎭 Playwright Run Summary
28 passed (3.6m)
|
🎭 Playwright Run Summary
12 passed (3.6m)
|
🎭 Playwright Run Summary
15 passed (3.7m)
|
🎭 Playwright Run Summary
2 flaky
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
6 passed (3.7m)
|
🎭 Playwright Run Summary
11 passed (3.6m)
|
🎭 Playwright Run Summary
24 passed (4.2m)
|
🎭 Playwright Run Summary
3 flaky
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order
[Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long
15 passed (5.2m)
|
🎭 Playwright Run Summary
2 flaky
[Library Actions] › src/tests/library-actions.e2e.ts:177:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries
17 passed (7.1m)
|
🎭 Playwright Run Summary
6 failed
[Viewer] › src/tests/viewer-action.e2e.ts:84:7 › viewer action file › [C268129] Download action
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ──
[Viewer] › src/tests/viewer-action.e2e.ts:132:7 › viewer action file › [C279282] Full screen action
[Viewer] › src/tests/viewer-action.e2e.ts:139:7 › viewer action file › [C286314] Pressing ESC in the viewer closes only the action dialog
[Viewer] › src/tests/viewer-action.e2e.ts:182:7 › viewer action file › [C297586] [C307004] Upload new version action - major
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked
21 did not run
|
🎭 Playwright Run Summary
1 interrupted
[List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists
7 flaky
[List Views] › src/tests/empty-list.e2e.ts:48:7 › Empty list views › [C280134] [C280120] Empty Trash - pagination controls not displayed
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files
[List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site
[List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed
[List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns
[List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files
[List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder
1 did not run
55 passed (10.0m)
|
🎭 Playwright Run Summary
2 failed
[Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between
[Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between
6 flaky
[Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude
[Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options
[Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type
[Search] › src/tests/search-highlighting.e2e.ts:69:7 › Search Highlighting › [XAT-17120] Matching phrases should be highlighted in the file description for search results
[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
41 passed (9.1m)
|
🎭 Playwright Run Summary
1 flaky
[special-permissions] › src/tests/other-permissions.ts:175:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Favorites - [C297659]
63 passed (6.7m)
|