[ACS-9088] Review and update docs on extension creation #4106
Annotations
6 errors, 1 warning, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L101
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
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'sharedFile-e2e-1hq9y' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'sharedFile-e2e-1hq9y' })
99 | await apiClientFactory.share.createSharedLink({ nodeId: sharedFileId });
100 | await Utils.reloadPageIfRowNotVisible(sharedPage, sharedFileName);
> 101 | await expect(sharedPage.dataTable.getRowByName(sharedFileName)).toBeVisible();
| ^
102 | await sharedPage.dataTable.getRowByName(sharedFileName).click();
103 | await sharedPage.acaHeader.viewDetails.click();
104 | await sharedPage.infoDrawer.commentsTab.click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:101:69
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L101
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: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'sharedFile-e2e-zcwgn' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'sharedFile-e2e-zcwgn' })
99 | await apiClientFactory.share.createSharedLink({ nodeId: sharedFileId });
100 | await Utils.reloadPageIfRowNotVisible(sharedPage, sharedFileName);
> 101 | await expect(sharedPage.dataTable.getRowByName(sharedFileName)).toBeVisible();
| ^
102 | await sharedPage.dataTable.getRowByName(sharedFileName).click();
103 | await sharedPage.acaHeader.viewDetails.click();
104 | await sharedPage.infoDrawer.commentsTab.click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:101:69
|
Run /./.github/actions/run-e2e-playwright:
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.
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts#L65
3) [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
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
4) [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L186
4) [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-105dp' })
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
|
Run /./.github/actions/run-e2e-playwright:
[Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 19.0s
|
Run /./.github/actions/run-e2e-playwright
4 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/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
21 passed (5.1m)
|
Loading