Skip to content

Commit 6582b24

Browse files
committed
increase timeout for image upload error check
1 parent e214784 commit 6582b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test/e2e/image-upload.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ test.describe('Image upload', () => {
245245
}
246246

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

0 commit comments

Comments
 (0)