Skip to content

Commit

Permalink
Add wait in failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
maikthomas committed Jan 14, 2025
1 parent 5a1d981 commit 22e66d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/tests/multiparty.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ test.describe('display name for screenshare', () => {
});

await pageOne.waitForSelector('.publisher', { state: 'visible' });
await pageTwo.waitForSelector('.subscriber', { state: 'visible' });
const screenshareButton = await pageOne.getByTestId('ScreenShareIcon');
await screenshareButton.click();

Expand Down

0 comments on commit 22e66d1

Please sign in to comment.