Commit 2e5553e
test(e2e): drop flaky LLM verify on select-interface
Same flake pattern as e633cd0: the LLM screenshot check is unreliable
when a quick-pick advances immediately after a selection. On Windows CI
the LLM saw the second wizard page (source-folder prompt) and concluded
'Interface not selected', when in fact the wizard had advanced exactly
because Interface was selected.
The downstream fillQuickInput steps and final file-creation assertion
provide deterministic verification of the whole flow — if Interface
hadn't been picked, the file would have been created with the wrong
extension or template.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e633cd0 commit 2e5553e
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
| |||
0 commit comments