Skip to content

Commit

Permalink
Attempt to fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Feb 8, 2025
1 parent b1d4519 commit 3ba3331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-virtuoso/e2e/collapsible-long-item.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ test.describe('list with collapsible long items', () => {
})

await page.waitForTimeout(500)
await page.waitForSelector('[data-index="90"] button')

await page.evaluate(() => {
const button = document.querySelector('[data-index="90"] button') as HTMLElement
Expand Down

0 comments on commit 3ba3331

Please sign in to comment.