Skip to content

Commit

Permalink
πŸ› bridge action e2e: wait for click chain timeout
Browse files Browse the repository at this point in the history
consistent failure on this test on firefox since the action behaviour update
  • Loading branch information
bcaudan committed Oct 9, 2023
1 parent 1f9e7d9 commit f98aefe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/scenario/eventBridge.scenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ describe('bridge present', () => {
.run(async ({ intakeRegistry }) => {
const button = await $('button')
await button.click()
// wait for click chain to close
await browser.pause(1000)
await flushEvents()

expect(intakeRegistry.rumActionEvents.length).toBe(1)
Expand Down

0 comments on commit f98aefe

Please sign in to comment.