File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/frontend/apps/e2e/__tests__/app-impress Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ test.describe('Doc Comments', () => {
234234 ) ;
235235
236236 // We change the role of the second user to reader
237- updateRoleUser ( page , 'Reader' , `user.test@${ otherBrowserName } .test` ) ;
237+ await updateRoleUser ( page , 'Reader' , `user.test@${ otherBrowserName } .test` ) ;
238238
239239 // With the reader role, the second user cannot see comments
240240 await otherPage . reload ( ) ;
@@ -254,7 +254,7 @@ test.describe('Doc Comments', () => {
254254 await otherPage . reload ( ) ;
255255
256256 // Change the link role of the doc to set it in commenting mode
257- updateShareLink ( page , 'Public' , 'Editing' ) ;
257+ await updateShareLink ( page , 'Public' , 'Editing' ) ;
258258
259259 // Anonymous user can see and add comments
260260 await otherPage . getByRole ( 'button' , { name : 'Logout' } ) . click ( ) ;
You can’t perform that action at this time.
0 commit comments