Skip to content

Commit 3ba3331

Browse files
committed
Attempt to fix broken test
1 parent b1d4519 commit 3ba3331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-virtuoso/e2e/collapsible-long-item.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ test.describe('list with collapsible long items', () => {
1818
})
1919

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

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

0 commit comments

Comments
 (0)