Skip to content

Commit 8de596f

Browse files
committed
fixup! ✨(frontend) add comments feature
1 parent 4ddcd54 commit 8de596f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/apps/e2e/__tests__/app-impress/doc-comments.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)