[ACS-8914] Fix error on manage rules page open #3876
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
pull-request.yml
on: pull_request
Annotations
59 errors, 6 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-qhlye]')
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-qhlye]')
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
|
[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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-k31bg]')
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-k31bg]')
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
|
[Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel:
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
Error: {"error":{"errorKey":"Person 'user-jynl4' already exists.","statusCode":409,"briefSummary":"10071523 Person 'user-jynl4' 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":"ef9078b3-5d48-4bf7-9078-b35d48cbf7ba"}}
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)
|
[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-11 of 11 "
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
|
[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-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node
Test timeout of 85000ms exceeded.
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node:
projects/aca-playwright-shared/src/page-objects/pages/base.page.ts#L79
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node
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 PersonalFilesPage.navigate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:79:23)
at navigateAndOpenInfoDrawer (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:128:25)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:213:5
|
[Info Drawer] › src/tests/library-properties.e2e.ts:135:7 › Library properties › [C289340] Cancel editing a site:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
3) [Info Drawer] › src/tests/library-properties.e2e.ts:135:7 › Library properties › [C289340] Cancel editing a site
Test timeout of 85000ms exceeded.
|
[Info Drawer] › src/tests/library-properties.e2e.ts:135:7 › Library properties › [C289340] Cancel editing a site:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L139
3) [Info Drawer] › src/tests/library-properties.e2e.ts:135:7 › Library properties › [C289340] Cancel editing a site
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'site1-6k0c2' })
137 | const newDesc = `new desc ${Utils.random}`;
138 |
> 139 | await myLibrariesPage.dataTable.getRowByName(site.name).click();
| ^
140 | await myLibrariesPage.acaHeader.viewDetails.click();
141 | await expect(myLibrariesPage.libraryDetails.infoDrawerPanel).toBeVisible();
142 | await expect(myLibrariesPage.libraryDetails.editButton).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:139:61
|
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination:
e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
Test timeout of 150000ms exceeded.
|
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
Error: locator.click: Test timeout of 150000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'site-1csxt' })
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 copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:76:37)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:92:11
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L102
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Error: ----- beforeAll failed : Error: {"error":{"errorKey":"Person 'user-1q0ly' already exists.","statusCode":409,"briefSummary":"10071588 Person 'user-1q0ly' 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":"8a9f6114-09dd-48dd-9f61-1409dd88dd76"}}
100 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 });
101 | } catch (error) {
> 102 | throw new Error(`----- beforeAll failed : ${error}`);
| ^
103 | }
104 | });
105 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:102:13
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L102
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: ----- beforeAll failed : Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":401,"briefSummary":"10071672 Authentication failed for Web Script org/alfresco/api/ResourceWebScript.get","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":"663e1785-c247-491e-be17-85c247091ebe"}}
100 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 });
101 | } catch (error) {
> 102 | throw new Error(`----- beforeAll failed : ${error}`);
| ^
103 | }
104 | });
105 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:102:13
|
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user:
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L67
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
65 | const apiClientFactory = new ApiClientFactory();
66 |
> 67 | test.beforeAll(async () => {
| ^
68 | try {
69 | test.setTimeout(timeouts.extendedTest);
70 | 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:67:8
|
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL:
e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
2) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
false
|
E2E Playwright - share-action
Process completed with exit code 1.
|
E2E Playwright - search
Timed out waiting 600s for the test suite to run
|
E2E Playwright - search
Timed out waiting 600s for the teardown for test suite to run
|
[Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term:
e2e/playwright/search/src/tests/search-results-general.e2e.ts#L98
1) [Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term
Error: expect(received).toBeTruthy()
Received: false
96 | await searchPage.searchWithin(file, 'filesAndFolders');
97 |
> 98 | expect(await searchPage.dataTable.isItemPresent(file)).toBeTruthy();
| ^
99 | expect(await searchPage.dataTable.isItemPresent(folder)).toBeFalsy();
100 |
101 | await searchPage.clickSearchButton();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-general.e2e.ts:98:60
|
[Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term:
e2e/playwright/search/src/tests/search-results-general.e2e.ts#L105
1) [Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
103 | await searchPage.dataTable.progressBarWaitForReload();
104 |
> 105 | expect(await searchPage.dataTable.isItemPresent(file)).toBeFalsy();
| ^
106 | expect(await searchPage.dataTable.isItemPresent(folder)).toBeTruthy();
107 | });
108 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-general.e2e.ts:105:60
|
[Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term:
e2e/playwright/search/src/tests/search-results-general.e2e.ts#L105
1) [Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
103 | await searchPage.dataTable.progressBarWaitForReload();
104 |
> 105 | expect(await searchPage.dataTable.isItemPresent(file)).toBeFalsy();
| ^
106 | expect(await searchPage.dataTable.isItemPresent(folder)).toBeTruthy();
107 | });
108 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-general.e2e.ts:105:60
|
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L1
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
3) [Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
[Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match:
e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
3) [Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
103 | });
104 |
> 105 | test.beforeAll(async () => {
| ^
106 | try {
107 | const apiClientFactory = new ApiClientFactory();
108 | await apiClientFactory.setUpAcaBackend('admin');
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
|
E2E Playwright - special-permissions
Timed out waiting 600s for the test suite to run
|
E2E Playwright - special-permissions
Timed out waiting 600s for the teardown for test suite to run
|
[special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]
Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions
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:73:7
|
[special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions
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:73:7
|
[special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions
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:73:7
|
[special-permissions] › src/tests/other-permissions.ts:283:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
2) [special-permissions] › src/tests/other-permissions.ts:283:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]
Error: Expected to contain Remove Favorite Cancel Editing,Favorite,Move,Copy,Delete,Manage Versions,Permissions
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:285:7
|
[special-permissions] › src/tests/other-permissions.ts:283:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]:
e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
2) [special-permissions] › src/tests/other-permissions.ts:283:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
false
|
[special-permissions] › src/tests/other-permissions.ts:283:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
2) [special-permissions] › src/tests/other-permissions.ts:283:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected to contain Remove Favorite Cancel Editing,Favorite,Move,Copy,Delete,Manage Versions,Permissions
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:285:7
|
[special-permissions] › src/tests/other-permissions.ts:81:9 › Special permissions : › Collaborator › available actions : › on Favorites - [C297652]:
e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
3) [special-permissions] › src/tests/other-permissions.ts:81:9 › Special permissions : › Collaborator › available actions : › on Favorites - [C297652]
Test was interrupted.
|
[special-permissions] › src/tests/other-permissions.ts:81:9 › Special permissions : › Collaborator › available actions : › on Favorites - [C297652]:
e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
3) [special-permissions] › src/tests/other-permissions.ts:81:9 › Special permissions : › Collaborator › available actions : › on Favorites - [C297652]
Error: {"error":{"errorKey":"framework.exception.EntityNotFound","statusCode":404,"briefSummary":"10072021 The entity with id: site-private-97vd8 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":"ba904460-48b7-47fb-9044-6048b757fbb3"}}
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 - library-actions
Timed out waiting 600s for the test suite to run
|
E2E Playwright - library-actions
Timed out waiting 600s for the teardown for test suite to run
|
[Library Actions] › src/tests/library-actions.e2e.ts:252:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
1) [Library Actions] › src/tests/library-actions.e2e.ts:252:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries
"afterAll" hook timeout of 85000ms exceeded.
143 | });
144 |
> 145 | test.afterAll(async () => {
| ^
146 | try {
147 | await adminSitesApi.deleteSites(adminLibraryIds);
148 | await adminSitesApi.deleteSites(adminModerateLibraryIds);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
|
[Library Actions] › src/tests/library-actions.e2e.ts:252:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:252:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L340
2) [Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-w0qnj' }).locator('[title="Not a member"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-w0qnj' }).locator('[title="Not a member"]')
338 | await searchPage.searchWithin(adminLibrary2, 'libraries');
339 | await searchPage.reload({ waitUntil: loadString });
> 340 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, notMemberString)).toBeVisible();
| ^
341 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton);
342 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible();
343 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, consumerRole)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:340:96
|
[Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
2) [Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results
"afterAll" hook timeout of 85000ms exceeded.
143 | });
144 |
> 145 | test.afterAll(async () => {
| ^
146 | try {
147 | await adminSitesApi.deleteSites(adminLibraryIds);
148 | await adminSitesApi.deleteSites(adminModerateLibraryIds);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
|
[Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[Library Actions] › src/tests/library-actions.e2e.ts:413:9 › Library actions › Search Page › [C306965] Delete a library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L423
3) [Library Actions] › src/tests/library-actions.e2e.ts:413:9 › Library actions › Search Page › [C306965] Delete a library from Search Results
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'Library deleted' }).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.soft.toBeVisible with timeout 5000ms
- waiting for locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'Library deleted' }).first()
421 | await searchHeader.clickMoreActions();
422 | await libraryMenu.clickMenuItem(deleteButton);
> 423 | await expect.soft(snackBar.getByMessageLocator(libraryDeletedMessage)).toBeVisible();
| ^
424 | await expect(libraryTable.getRowByName(user2Library7Delete)).toBeHidden();
425 | await trashPage.navigate({ waitUntil: loadString });
426 | await expect(trashTable.getRowByName(user2Library7Delete)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:423:78
|
[Library Actions] › src/tests/library-actions.e2e.ts:413:9 › Library actions › Search Page › [C306965] Delete a library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
3) [Library Actions] › src/tests/library-actions.e2e.ts:413:9 › Library actions › Search Page › [C306965] Delete a library from Search Results
"afterAll" hook timeout of 85000ms exceeded.
143 | });
144 |
> 145 | test.afterAll(async () => {
| ^
146 | try {
147 | await adminSitesApi.deleteSites(adminLibraryIds);
148 | await adminSitesApi.deleteSites(adminModerateLibraryIds);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
|
[Library Actions] › src/tests/library-actions.e2e.ts:413:9 › Library actions › Search Page › [C306965] Delete a library from Search Results:
e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
3) [Library Actions] › src/tests/library-actions.e2e.ts:413:9 › Library actions › Search Page › [C306965] Delete a library from Search Results
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
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/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
1) [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#L267
1) [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: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/list-views/src/tests/file-libraries.e2e.ts:145:68
|
[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#L48
1) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
46 | const adminSite5 = `admin5-${Utils.random()}`;
47 |
> 48 | test.beforeAll(async () => {
| ^
49 | try {
50 | test.setTimeout(timeouts.extendedTest);
51 | const apiClientFactory = new ApiClientFactory();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:48:8
|
[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
1) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[List Views] › src/tests/permissions.e2e.ts:89:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files:
e2e/playwright/list-views/src/tests/permissions.e2e.ts#L53
2) [List Views] › src/tests/permissions.e2e.ts:89:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files
"beforeAll" hook timeout of 240000ms exceeded.
51 | const fileName = `file-${Utils.random()}.txt`;
52 |
> 53 | test.beforeAll(async () => {
| ^
54 | test.setTimeout(timeouts.webServer);
55 | const userFavoritesApi = await FavoritesPageApi.initialize(username, username);
56 | const userFileActionApi = await FileActionsApi.initialize(username, username);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.e2e.ts:53:10
|
[List Views] › src/tests/permissions.e2e.ts:89:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files:
e2e/playwright/list-views/src/tests/permissions.e2e.ts#L1
2) [List Views] › src/tests/permissions.e2e.ts:89:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[List Views] › src/tests/permissions.e2e.ts:89:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files:
projects/aca-playwright-shared/src/page-objects/pages/base.page.ts#L92
2) [List Views] › src/tests/permissions.e2e.ts:89:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.reload: Test ended.
Call log:
- waiting for navigation until "networkidle"
- navigated to "***/#/recent-files"
at ../../../projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:92
90 | ...options
91 | };
> 92 | await this.page.reload(actualOptions);
| ^
93 | }
94 | }
95 |
at RecentFilesPage.reload (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:92:21)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.e2e.ts:93:29
|
[List Views] › src/tests/permissions.e2e.ts:113:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results:
e2e/playwright/list-views/src/tests/permissions.e2e.ts#L127
3) [List Views] › src/tests/permissions.e2e.ts:113:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results
Error: Incorrect number of items
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
125 | await searchPage.dataTable.spinnerWaitForReload();
126 |
> 127 | expect(await searchPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(0);
| ^
128 | });
129 | });
130 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.e2e.ts:127:86
|
Finalize
Process completed with exit code 1.
|
Slow Test:
[Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 26.0s
|
Slow Test:
[Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 16.9s
|
Slow Test:
[Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 33.1s
|
Slow Test:
[Search] › src/tests/search-input.e2e.ts#L1
[Search] › src/tests/search-input.e2e.ts took 20.3s
|
Slow Test:
[Search] › src/tests/search-filters-tags.e2e.ts#L1
[Search] › src/tests/search-filters-tags.e2e.ts took 15.9s
|
Slow Test:
[List Views] › src/tests/generic-errors.e2e.ts#L1
[List Views] › src/tests/generic-errors.e2e.ts took 19.9s
|
🎭 Playwright Run Summary
6 passed (22.5s)
|
🎭 Playwright Run Summary
11 passed (1.2m)
|
🎭 Playwright Run Summary
9 passed (1.6m)
|
🎭 Playwright Run Summary
16 passed (1.8m)
|
🎭 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.0m)
|
🎭 Playwright Run Summary
1 flaky
[Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
28 passed (3.1m)
|
🎭 Playwright Run Summary
11 passed (3.2m)
|
🎭 Playwright Run Summary
24 passed (3.9m)
|
🎭 Playwright Run Summary
1 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
22 passed (4.2m)
|
🎭 Playwright Run Summary
34 passed (5.3m)
|
🎭 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-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node
[Info Drawer] › src/tests/library-properties.e2e.ts:135:7 › Library properties › [C289340] Cancel editing a site
22 passed (6.3m)
|
🎭 Playwright Run Summary
1 flaky
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
22 passed (7.7m)
|
🎭 Playwright Run Summary
1 failed
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user
1 flaky
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL
1 did not run
12 passed (7.6m)
|
🎭 Playwright Run Summary
4 failed
[Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match
[Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match
[Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed
6 flaky
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude
[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
[Search] › src/tests/search-results-files-folders.e2e.ts:55:7 › Search results - files and folders › [C290029] Search file with special characters
[Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home
11 did not run
28 passed (10.0m)
|
🎭 Playwright Run Summary
1 failed
[special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]
2 interrupted
[special-permissions] › src/tests/other-permissions.ts:81:9 › Special permissions : › Collaborator › available actions : › on Favorites - [C297652]
[special-permissions] › src/tests/other-permissions.ts:294:11 › Special permissions : › File locked by other user - user is manager › available actions : › available actions in the viewer : › file opened from File Libraries - [C297671]
1 flaky
[special-permissions] › src/tests/other-permissions.ts:283:9 › Special permissions : › File locked by other user - user is manager › available actions : › on Search Results - [C297667]
4 did not run
56 passed (10.0m)
|
🎭 Playwright Run Summary
3 failed
[Library Actions] › src/tests/library-actions.e2e.ts:252:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries
[Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results
[Library Actions] › src/tests/library-actions.e2e.ts:413:9 › Library actions › Search Page › [C306965] Delete a library from Search Results
1 did not run
15 passed (10.0m)
|
🎭 Playwright Run Summary
3 failed
[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:89:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files
[List Views] › src/tests/permissions.e2e.ts:113:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results
1 flaky
[List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns
38 did not run
26 passed (10.0m)
|