Skip to content

Commit

Permalink
fix(tests): Fixes Lobby disabled wait.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Feb 17, 2025
1 parent 2451e05 commit 53cb01e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/specs/3way/lobby.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,13 @@ describe('Lobby', () => {
await enableLobby();
await enterLobby(p1);

// WebParticipant participant1 = getParticipant1();
const p1SecurityDialog = p1.getSecurityDialog();

await p1.getToolbar().clickSecurityButton();
await p1SecurityDialog.waitForDisplay();

await p1SecurityDialog.toggleLobby();
await p1SecurityDialog.waitForLobbyEnabled();
await p1SecurityDialog.waitForLobbyEnabled(true);

const { p3 } = ctx;

Expand Down

0 comments on commit 53cb01e

Please # to comment.