[ACS-6849][ACA] Upgrade to Angular 17 #4099
Annotations
3 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-10c6k]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-10c6k]')
121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
122 | await libraryDialog.createButton.click();
> 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
124 |
125 | await myLibrariesPage.navigate();
126 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:123:73
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1hjtx]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1hjtx]')
121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
122 | await libraryDialog.createButton.click();
> 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
124 |
125 | await myLibrariesPage.navigate();
126 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:123:73
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L234
2) [Create Actions] › src/tests/create-library.e2e.ts:229:7 › Create Libraries › [C280027] Duplicate library ID
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('adf-library-dialog label').filter({ hasText: 'Library ID' })
Expected string: "playwright-library1-u5ncz"
Received string: "playwright-library3-1jnreplaywright-library1-u5ncz"
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('adf-library-dialog label').filter({ hasText: 'Library ID' })
5 × locator resolved to <label for="mat-input-3" ng-reflect-floating="true" matformfieldfloatinglabel="" id="mat-mdc-form-field-label-6" ng-reflect-monitor-resize="false" class="mdc-floating-label mat-mdc-floating-label ng-tns-c2608167813-16 ng-star-inserted mdc-floating-label--float-above">…</label>
- unexpected value ""
4 × locator resolved to <label for="mat-input-3" ng-reflect-floating="true" matformfieldfloatinglabel="" id="mat-mdc-form-field-label-6" ng-reflect-monitor-resize="false" class="mdc-floating-label mat-mdc-floating-label ng-tns-c2608167813-16 ng-star-inserted mdc-floating-label--float-above">…</label>
- unexpected value "playwright-library3-1jnreplaywright-library1-u5ncz"
232 | await libraryDialog.getLabelText(libraryIdLabel).fill(commonLibraryName);
233 | await libraryDialog.page.keyboard.press(tabKeyString);
> 234 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(commonLibraryName);
| ^
235 |
236 | await expect(libraryDialog.createButton).toBeDisabled();
237 | expect(await libraryDialog.isErrorMessageDisplayed(libraryErrors.libraryIdIsNotAvailable), errorMessageNotPresent).toBe(true);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:234:62
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
[Create Actions] › src/tests/create-library.e2e.ts:229:7 › Create Libraries › [C280027] Duplicate library ID
18 passed (3.6m)
|
Loading