Commit 6e80419
test(autotest): fix 2 remaining CI flakes (dep-viewer JDK label, gradle-java25 completion)
- java-dependency-viewer: drop verify: on verify-jdk step. The wiki uses
'JDK Libraries' as a category label, but the actual tree node label is
'JRE System Library' (with child modules like java.base). The
deterministic 'expandTreeItem JRE System Library' action is the ground
truth (it fails fast if the node doesn't exist); the verify: text was
causing LLM downgrades because BEFORE/AFTER screenshots correctly
showed JRE System Library expansion but the LLM expected a separate
'JDK Libraries' grouping that doesn't exist in current vscode-java.
- java-gradle-java25: drop verify: on verify-completion (same flake as
the other 4 completion plans fixed in the previous commit — Gradle
java25 plan was missed). Add waitBefore: 5 so the popup has time to
render before screenshot capture.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent aae2dd6 commit 6e80419
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments