Commit 2e6f654
fix(tests): address CodeRabbit review findings
- waitUntil timeout: add one extra interval to avoid off-by-one
where the last poll fires 2 min before timeout expires
- 03-04.reg_e2e_firing_alerts: add missing warmUpForPlugin() call
that all other regression specs already have
- incidents-page.ts: extract _resetSearchState() helper and use it
on both success and error paths so _quietSearch and
_findIncidentSearchStart don't leak across specs on failure
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0d43a91 commit 2e6f654
3 files changed
Lines changed: 12 additions & 6 deletions
File tree
- web/cypress
- e2e/incidents
- regression
- views
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
637 | 642 | | |
638 | 643 | | |
639 | 644 | | |
640 | | - | |
| 645 | + | |
641 | 646 | | |
642 | 647 | | |
643 | 648 | | |
| |||
840 | 845 | | |
841 | 846 | | |
842 | 847 | | |
843 | | - | |
844 | | - | |
| 848 | + | |
845 | 849 | | |
846 | 850 | | |
847 | 851 | | |
| |||
867 | 871 | | |
868 | 872 | | |
869 | 873 | | |
870 | | - | |
871 | 874 | | |
872 | | - | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
873 | 878 | | |
874 | 879 | | |
875 | 880 | | |
| |||
0 commit comments