Skip to content

Commit

Permalink
less flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 29, 2024
1 parent e5a4a47 commit 331916d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playwright/session-recording/session-recording.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ test.describe('Session recording - array.js', () => {

const responsePromise = page.waitForResponse('**/ses/*')
await page.mouse.move(200, 300)
await page.waitForTimeout(5)
await page.waitForTimeout(10)
await page.mouse.move(210, 300)
await page.waitForTimeout(5)
await page.waitForTimeout(10)
await page.mouse.move(220, 300)
await page.waitForTimeout(5)
await page.waitForTimeout(10)
await page.mouse.move(240, 300)
await page.waitForTimeout(5)
await page.waitForTimeout(10)
await responsePromise

const capturedEvents = await page.capturedEvents()
Expand Down

0 comments on commit 331916d

Please sign in to comment.