We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d4519 commit 3ba3331Copy full SHA for 3ba3331
packages/react-virtuoso/e2e/collapsible-long-item.test.ts
@@ -18,6 +18,7 @@ test.describe('list with collapsible long items', () => {
18
})
19
20
await page.waitForTimeout(500)
21
+ await page.waitForSelector('[data-index="90"] button')
22
23
await page.evaluate(() => {
24
const button = document.querySelector('[data-index="90"] button') as HTMLElement
0 commit comments