[ACS-6140] - Remove references to internal Angular Material CSS classes #2239
Annotations
10 errors, 1 warning, and 1 notice
|
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
1) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | 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.spec.ts:55:8
|
projects/aca-playwright-shared/src/page-objects/pages/login.page.ts#L51
1) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Error: locator.fill: Target page, context or browser has been closed
at ../../../projects/aca-playwright-shared/src/page-objects/pages/login.page.ts:51
49 | await this.navigate();
50 | }
> 51 | await this.username.fill(userData.username);
| ^
52 | await this.***.fill(userData.***);
53 | await this.submitButton.click();
54 |
at LoginPage.loginUser (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/login.page.ts:51:25)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:93:21
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L1
1) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Pending operations:
- locator.waitFor at projects/aca-playwright-shared/src/page-objects/components/spinner.component.ts:37:31
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
1) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | 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.spec.ts:55:8
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L233
1) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'search-file-190x8-1.txt' }).locator('[title="Size"]')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:233
231 | if (!isSelected) {
232 | let row = this.getRowByName(name);
> 233 | await row.locator('[title="Size"]').click();
| ^
234 | await row.locator('.adf-datatable-selected').waitFor({ state: 'attached' });
235 | }
236 | }
at DataTableComponent.selectItem (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:233:43)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:108:5
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L1
1) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:233:43
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L55
2) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
"beforeAll" hook timeout of 150000ms exceeded.
53 | const apiClientFactory = new ApiClientFactory();
54 |
> 55 | test.beforeAll(async () => {
| ^
56 | try {
57 | test.setTimeout(timeouts.extendedTest);
58 | 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.spec.ts:55:8
|
e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L143
2) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('aca-toolbar button[title="Search"]')
============================================================
141 |
142 | test('[C306997] Cancel the Unshare action', async ({ personalFiles, searchPage }) => {
> 143 | await personalFiles.acaHeader.searchButton.click();
| ^
144 | await searchPage.searchInput.searchButton.click();
145 | await searchPage.searchOverlay.checkFilesAndFolders();
146 | await searchPage.searchOverlay.searchFor(file3);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:143:48
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
2 failed
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:102:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:142:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action
1 flaky
[Share Action] › src/tests/share/share-file.spec.ts:207:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration
2 skipped
9 passed (9.9m)
|
The logs for this run have expired and are no longer available.
Loading