mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-9372] [E2E] Fixed eslint errors (#4479)
* [ACS-9372] Fixed eslint errors * [ACS-9372] Review fixes 1
This commit is contained in:
@@ -83,8 +83,7 @@ test.describe('Info Drawer - Comments', () => {
|
||||
await expect(favoritePage.infoDrawer.commentInputField).toBeVisible();
|
||||
await favoritePage.infoDrawer.addCommentToNode(commentText);
|
||||
await expect(favoritePage.infoDrawer.addCommentButton).toBeDisabled();
|
||||
expect(await favoritePage.infoDrawer.checkCommentsHeaderCount()).toEqual(1);
|
||||
expect(await favoritePage.infoDrawer.verifyCommentsCountFromList(1));
|
||||
expect(await favoritePage.infoDrawer.getCommentsCountFromList()).toEqual(1);
|
||||
});
|
||||
|
||||
test('[XAT-5533] from Shared Files - Comments are displayed ordered by created date in descending order', async ({ sharedPage }) => {
|
||||
@@ -120,8 +119,7 @@ test.describe('Info Drawer - Comments', () => {
|
||||
await expect(recentFilesPage.infoDrawer.commentInputField).toBeVisible();
|
||||
await recentFilesPage.infoDrawer.addCommentToNode(commentText);
|
||||
await expect(recentFilesPage.infoDrawer.addCommentButton).toBeDisabled();
|
||||
expect(await recentFilesPage.infoDrawer.checkCommentsHeaderCount()).toEqual(1);
|
||||
expect(await recentFilesPage.infoDrawer.verifyCommentsCountFromList(1));
|
||||
expect(await recentFilesPage.infoDrawer.getCommentsCountFromList()).toEqual(1);
|
||||
});
|
||||
|
||||
test('[XAT-5540] Comment info display - File from Favorites', async ({ favoritePage }) => {
|
||||
|
Reference in New Issue
Block a user