Skip to content

Commit 85bea0d

Browse files
committed
fix(tests): wait for toast dismissal in whiteboard access test
Improve CI test
1 parent f9bc698 commit 85bea0d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bigbluebutton-tests/playwright/user/multiusers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@ export class MultiUsers {
400400
e.wbToolbar,
401401
'should not display the whiteboard toolbar for the attendee after being removed access',
402402
);
403+
404+
// Wait a moment to ensure the grant toast is gone and the removal toast is visible
405+
await this.userPage.page.waitForTimeout(2000);
406+
403407
await this.userPage.hasText(
404408
e.smallToastMsg,
405409
e.whiteboardDisabledToast,

0 commit comments

Comments
 (0)