File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
e2e/playwright/info-drawer/src/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ test.describe('Info Drawer - Comments', () => {
84
84
await favoritePage . infoDrawer . addCommentToNode ( commentText ) ;
85
85
await expect ( favoritePage . infoDrawer . addCommentButton ) . toBeDisabled ( ) ;
86
86
expect ( await favoritePage . infoDrawer . checkCommentsHeaderCount ( ) ) . toEqual ( 1 ) ;
87
- expect ( await favoritePage . infoDrawer . verifyCommentsCountFromList ( 1 ) ) ;
87
+ await favoritePage . infoDrawer . verifyCommentsCountFromList ( 1 ) ;
88
88
} ) ;
89
89
90
90
test ( '[C299189] from Shared Files - Comments are displayed ordered by created date in descending order' , async ( { sharedPage } ) => {
@@ -121,7 +121,7 @@ test.describe('Info Drawer - Comments', () => {
121
121
await recentFilesPage . infoDrawer . addCommentToNode ( commentText ) ;
122
122
await expect ( recentFilesPage . infoDrawer . addCommentButton ) . toBeDisabled ( ) ;
123
123
expect ( await recentFilesPage . infoDrawer . checkCommentsHeaderCount ( ) ) . toEqual ( 1 ) ;
124
- expect ( await recentFilesPage . infoDrawer . verifyCommentsCountFromList ( 1 ) ) ;
124
+ await recentFilesPage . infoDrawer . verifyCommentsCountFromList ( 1 ) ;
125
125
} ) ;
126
126
127
127
test ( '[C299196] Comment info display - File from Favorites' , async ( { favoritePage } ) => {
You can’t perform that action at this time.
0 commit comments