Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Mar 2, 2024
1 parent f32dab9 commit a326130
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/specs/mediaRecording.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ test.describe( 'Media Recording', () => {

await expect(
toolbar.getByRole( 'button', { name: 'Insert' } )
).toBeVisible();
).toBeVisible( {
timeout: 10000, // Recording might take longer
} );
await expect(
toolbar.getByRole( 'button', { name: 'Retry' } )
).toBeVisible();
Expand Down

0 comments on commit a326130

Please sign in to comment.