test / unit + widget + golden + a11y (push) Failing after 33s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
test / dart doc (lib API) (push) Failing after 1m2s
Four widget tests in test/builtin/welcome/dialog_test.dart driving the WelcomeView open-folder fallback dialog. Uses a custom harness that wraps the standard widget harness in a DialogHost so the kernel.dialog.show() call inside _openFolder actually renders. - MissingPluginException on pickDirectory → _OpenProjectDialog appears with the expected title / hint / Cancel / Open chrome. - Cancel dismisses the modal cleanly. - Open with an empty path is a no-op (early return in _submit). - Open with a non-repo path keeps the dialog (project.open returns false, _loading flag flips back). Coverage clears the **90% T-91 target**: 89.93% -> 90.53%. Floor bumped to 90. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>