Build(deps-dev): Bump @angular-eslint/template-parser from 16.3.1 to 19.0.0 #4006
Annotations
10 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L85
1) [Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: locator('adf-info-drawer [data-automation-id="comments-input-add"]')
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for locator('adf-info-drawer [data-automation-id="comments-input-add"]')
9 × locator resolved to <button mat-button="" color="primary" ng-reflect-color="primary" ng-reflect-disabled="false" data-automation-id="comments-input-add" mat-ripple-loader-class-name="mat-mdc-button-ripple" class="adf-comments-input-add mdc-button mat-mdc-button mat-primary mat-mdc-button-base cdk-focused cdk-mouse-focused">…</button>
- unexpected value "enabled"
83 | await expect(favoritePage.infoDrawer.commentInputField).toBeVisible();
84 | await favoritePage.infoDrawer.addCommentToNode(commentText);
> 85 | await expect(favoritePage.infoDrawer.addCommentButton).toBeDisabled();
| ^
86 | expect(await favoritePage.infoDrawer.checkCommentsHeaderCount()).toEqual(1);
87 | expect(await favoritePage.infoDrawer.verifyCommentsCountFromList(1));
88 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:85:60
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L85
1) [Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: locator('adf-info-drawer [data-automation-id="comments-input-add"]')
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for locator('adf-info-drawer [data-automation-id="comments-input-add"]')
9 × locator resolved to <button mat-button="" color="primary" ng-reflect-color="primary" ng-reflect-disabled="false" data-automation-id="comments-input-add" mat-ripple-loader-class-name="mat-mdc-button-ripple" class="adf-comments-input-add mdc-button mat-mdc-button mat-primary mat-mdc-button-base cdk-focused cdk-mouse-focused">…</button>
- unexpected value "enabled"
83 | await expect(favoritePage.infoDrawer.commentInputField).toBeVisible();
84 | await favoritePage.infoDrawer.addCommentToNode(commentText);
> 85 | await expect(favoritePage.infoDrawer.addCommentButton).toBeDisabled();
| ^
86 | expect(await favoritePage.infoDrawer.checkCommentsHeaderCount()).toEqual(1);
87 | expect(await favoritePage.infoDrawer.verifyCommentsCountFromList(1));
88 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:85:60
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L85
1) [Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: locator('adf-info-drawer [data-automation-id="comments-input-add"]')
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for locator('adf-info-drawer [data-automation-id="comments-input-add"]')
9 × locator resolved to <button mat-button="" color="primary" ng-reflect-color="primary" ng-reflect-disabled="false" data-automation-id="comments-input-add" mat-ripple-loader-class-name="mat-mdc-button-ripple" class="adf-comments-input-add mdc-button mat-mdc-button mat-primary mat-mdc-button-base cdk-focused cdk-mouse-focused">…</button>
- unexpected value "enabled"
83 | await expect(favoritePage.infoDrawer.commentInputField).toBeVisible();
84 | await favoritePage.infoDrawer.addCommentToNode(commentText);
> 85 | await expect(favoritePage.infoDrawer.addCommentButton).toBeDisabled();
| ^
86 | expect(await favoritePage.infoDrawer.checkCommentsHeaderCount()).toEqual(1);
87 | expect(await favoritePage.infoDrawer.verifyCommentsCountFromList(1));
88 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:85:60
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L101
2) [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-zcz1z' })
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-zcz1z' })
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
2) [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-cto37' })
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-cto37' })
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#L1
2) [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 #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
3) [Info Drawer] › src/tests/comments.e2e.ts:111:7 › Info Drawer - Comments › [C299195] from Recent Files - Add a comment on a file
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
3) [Info Drawer] › src/tests/comments.e2e.ts:111:7 › Info Drawer - Comments › [C299195] from Recent Files - Add a comment on a file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
3) [Info Drawer] › src/tests/comments.e2e.ts:111:7 › Info Drawer - Comments › [C299195] from Recent Files - Add a comment on a file
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L130
4) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'C299162-e2e-xwh61' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'C299162-e2e-xwh61' })
128 | await personalFiles.navigate();
129 | await Utils.reloadPageIfRowNotVisible(personalFiles, folderName);
> 130 | await expect(personalFiles.dataTable.getRowByName(folderName)).toBeVisible();
| ^
131 | await personalFiles.dataTable.getRowByName(folderName).click();
132 | await personalFiles.acaHeader.viewDetails.click();
133 | }
at navigateAndOpenInfoDrawer (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:130:68)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:136:5
|
Run /./.github/actions/run-e2e-playwright
23 failed
[Info Drawer] › src/tests/comments.e2e.ts:73:7 › Info Drawer - Comments › [C299209] from Favorites - Add a comment on a folder
[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/comments.e2e.ts:111:7 › Info Drawer - Comments › [C299195] from Recent Files - Add a comment on a file
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:143:7 › Info Drawer - File Folder Properties › [C599174] View properties - Should be able to make the files/folders info drawer expandable as for Sites
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:197:7 › Info Drawer - File Folder Properties › [XAT-17243] Cancel adding a tag to a node
[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-folder-properties.e2e.ts:228:7 › Info Drawer - File Folder Properties › [XAT-17242] Remove a category from a node
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:245:7 › Info Drawer - File Folder Properties › [XAT-17244] Cancel adding a 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/general.e2e.ts:56:7 › Info Drawer - General › [C268999] Info drawer closes on page refresh
[Info Drawer] › src/tests/library-properties.e2e.ts:70:7 › Library properties › [C289336] Info drawer opens for a library
[Info Drawer] › src/tests/library-properties.e2e.ts:90:7 › Library properties › [C289338] Editable properties
[Info Drawer] › src/tests/library-properties.e2e.ts:107:7 › Library properties › [C289339] Edit site details
[Info Drawer] › src/tests/library-properties.e2e.ts:135:7 › Library properties › [C289340] Cancel editing a site
[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
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long
[Info Drawer] › src/tests/library-properties.e2e.ts:232:7 › Non manager › [C289337] Info drawer button is not displayed when user is not the library manager
[Info Drawer] › src/tests/library-properties.e2e.ts:240:7 › Non manager › [C289344] Error notification when editing with no rights
2 passed (5.4m)
|
Loading