Commit c33cd46
committed
test(trace): Wait for list load without ambiguous findByText
during search, expanding a row retriggers search used within(container).findByText(/transaction-op-0/i), which throws when multiple nodes match the same op label (e.g. virtualized rows plus other UI). Match keyboardNavigationTestSetup by scoping to the virtualized list and using findAllByText for transaction-op- rows.
Fixes CI failure in Jest (1) for trace.spec.
Fixes BROWSE-411.
Made-with: Cursor1 parent 9622bad commit c33cd46
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1798 | 1798 | | |
1799 | 1799 | | |
1800 | 1800 | | |
1801 | | - | |
| 1801 | + | |
1802 | 1802 | | |
1803 | 1803 | | |
1804 | 1804 | | |
1805 | | - | |
1806 | | - | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
1807 | 1809 | | |
1808 | 1810 | | |
1809 | 1811 | | |
| |||
0 commit comments