Skip to content

Commit

Permalink
Merge pull request kodadot#10659 from Jarsen136/issue-10657
Browse files Browse the repository at this point in the history
fix: Failing test
  • Loading branch information
vikiival authored Jul 19, 2024
2 parents 8ee658d + 4fd2501 commit 0165250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/e2e/drops.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ test('Drop page verification', async ({ page, Commands }) => {
})

await test.step('Collected By', async () => {
await expect(page.getByTestId('drop-collected-by-container')).toBeVisible()
await expect(page.getByTestId('drop-collected-by-container')).toBeVisible({
timeout: 15000,
})
await expect(page.getByTestId('collector-avatar').first()).toBeVisible()
await page.getByTestId('collector-avatar').first().hover()
await expect(page.getByTestId('identity-popover-container')).toBeVisible()
Expand Down

0 comments on commit 0165250

Please sign in to comment.