Skip to content

Commit

Permalink
increase timeout for image upload error check
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Sep 7, 2023
1 parent e214784 commit 6582b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/e2e/image-upload.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ test.describe('Image upload', () => {
}

const step = page.locator('[data-status]').filter({ hasText: stepText }).first()
await expect(step).toHaveAttribute('data-status', 'error', { timeout: 10000 })
await expect(step).toHaveAttribute('data-status', 'error', { timeout: 15000 })
await expectVisible(page, [
'text="Something went wrong. Please try again."',
'role=button[name="Back"]',
Expand Down

0 comments on commit 6582b24

Please sign in to comment.