Commit 64a09ce
fix(test): stabilize flaky allMonitors select all query results test (#111901)
The test creates 20 filtered detectors and sets `X-Hits: 50`, then
asserts on "20 monitors on this page selected" and "Select all 50
monitors that match this search query". With that many fixtures and
complex rendering, the test can time out under CI load.
The fix reduces the fixture count from 20 to 3 and `X-Hits` from 50 to
10. That keeps the test's intent (verify select-all-across-pages
behavior) but with less intensive work.
Fixes ENG-7204
Made with [Cursor](https://cursor.com)
Co-authored-by: Claude Sonnet 4 <noreply@anthropic.com>1 parent fa6b3b6 commit 64a09ce
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
| 551 | + | |
552 | 552 | | |
553 | | - | |
| 553 | + | |
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| |||
0 commit comments