Commit ee10dda
committed
fix(test): Fix flaky trace view keyboard navigation test
Un-skips and fixes the flaky "arrowup+shift scrolls to the start
of the list" test by using waitFor with longer timeouts for the
virtualized row assertions. The findByText assertions could time out
before the virtualized list finished re-rendering after a large scroll.
Made-with: Cursor1 parent d7f2bcd commit ee10dda
File tree
2 files changed
+23
-14
lines changed- static/app/views/performance/newTraceDetails
- traceRenderers
2 files changed
+23
-14
lines changedLines changed: 22 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
31 | 44 | | |
32 | 45 | | |
33 | 46 | | |
| |||
1451 | 1464 | | |
1452 | 1465 | | |
1453 | 1466 | | |
1454 | | - | |
1455 | | - | |
| 1467 | + | |
| 1468 | + | |
1456 | 1469 | | |
1457 | | - | |
| 1470 | + | |
| 1471 | + | |
1458 | 1472 | | |
1459 | | - | |
1460 | 1473 | | |
1461 | | - | |
1462 | | - | |
| 1474 | + | |
| 1475 | + | |
1463 | 1476 | | |
1464 | 1477 | | |
1465 | 1478 | | |
| 1479 | + | |
1466 | 1480 | | |
1467 | 1481 | | |
1468 | 1482 | | |
1469 | | - | |
1470 | 1483 | | |
1471 | | - | |
| 1484 | + | |
1472 | 1485 | | |
1473 | 1486 | | |
1474 | 1487 | | |
| |||
1477 | 1490 | | |
1478 | 1491 | | |
1479 | 1492 | | |
1480 | | - | |
1481 | 1493 | | |
1482 | | - | |
| 1494 | + | |
1483 | 1495 | | |
1484 | 1496 | | |
1485 | 1497 | | |
| |||
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1825 | 1825 | | |
1826 | 1826 | | |
1827 | 1827 | | |
1828 | | - | |
1829 | | - | |
1830 | | - | |
1831 | | - | |
| 1828 | + | |
1832 | 1829 | | |
0 commit comments