Commit 73430cd
committed
fix(editor): Show history no longer opens an unrelated run for a test without saved history
A test's last status survives in TestStateStorage (so the lens shows), but its
saved run XML may have been pruned from the 10-file history. Previously we fell
back to the newest run overall — opening a completely unrelated test. Now, when
no saved run contains the clicked test, show a 'run it to record one' notification
instead of opening the wrong run.1 parent e7925c0 commit 73430cd
1 file changed
Lines changed: 12 additions & 2 deletions
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | | - | |
65 | | - | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
67 | 77 | | |
68 | 78 | | |
69 | 79 | | |
| |||
0 commit comments