Skip to content

Commit

Permalink
Refactor room session audience count test (#940)
Browse files Browse the repository at this point in the history
* Refactor room session audience count test

* expect to join flag remove
  • Loading branch information
iAmmar7 authored Jan 10, 2024
1 parent 58d750a commit 1ac83fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/e2e-js/tests/roomSessionAudienceCount.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ test.describe('RoomSession Audience Count', () => {
audienceCountPageTwoPromise,
])

// audience_count events come "every" 20s so wait for 25s to avoid race
await pageOne.waitForTimeout(25_000)

const totalsPageOne = await expectorPageOne.getTotals()
expect(totalsPageOne.totalFromAudienceCount).toBe(expectedAudienceCount)

Expand Down

0 comments on commit 1ac83fe

Please sign in to comment.