Commit e633cd0
test(e2e): drop flaky LLM verify on expandTreeItem steps
The LLM screenshot check on expand-existing-pkg / expand-source-root /
expand-project is inherently flaky on already-expanded trees — the
recent CI run downgraded a mechanically-successful expand from pass to
fail, then immediately contradicted itself in the post-mortem analysis
('was already expanded before the action and remains expanded after').
The deterministic verifyTreeItem steps that follow each expand provide
authoritative ground truth: if the expand didn't happen, the child item
won't be visible. So the LLM verify lines are pure redundancy with no
upside and a non-trivial false-negative rate.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 64dbb6d commit e633cd0
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | | - | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | | - | |
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
| |||
0 commit comments