GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12176355098 JS-API:8.0.0-alpha.7-12176355098 using Tag:7.0.0-alpha.7-12176355098 #4016
Annotations
8 errors, 2 warnings, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L168
1) [Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('mat-hint')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('mat-hint')
166 | await myLibrariesPage.libraryDetails.editButton.click();
167 | await myLibrariesPage.libraryDetails.nameField.fill(site.name);
> 168 | await expect(myLibrariesPage.libraryDetails.hintMessage).toBeVisible();
| ^
169 | await expect(myLibrariesPage.libraryDetails.hintMessage).toHaveText('Library name already in use');
170 | });
171 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:168:62
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L66
1) [Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name
"afterAll" hook timeout of 85000ms exceeded.
64 | });
65 |
> 66 | test.afterAll(async () => {
| ^
67 | await Utils.deleteNodesSitesEmptyTrashcan(undefined, undefined, 'afterAll failed', sitesApi, [site.id, siteForUpdate.id, siteDup]);
68 | });
69 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:66:8
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
1) [Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
1) [Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/library-properties.e2e.ts:172:7 › Library properties › [C289342] Site name too long
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/library-properties.e2e.ts:172:7 › Library properties › [C289342] Site name too long
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/library-properties.e2e.ts:172:7 › Library properties › [C289342] Site name too long
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright
Process completed with exit code 1.
|
Run /./.github/actions/run-e2e-playwright:
[Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 22.9s
|
Run /./.github/actions/run-e2e-playwright:
[Info Drawer] › src/tests/file-preview.e2e.ts#L1
[Info Drawer] › src/tests/file-preview.e2e.ts took 21.9s
|
Run /./.github/actions/run-e2e-playwright
2 failed
[Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name
[Info Drawer] › src/tests/library-properties.e2e.ts:172:7 › Library properties › [C289342] Site name too long
23 passed (5.9m)
|
Loading