You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(git-ui): cover empty repository and empty history states (#1576)
The #1576 acceptance criterion "Empty repository and no-repository states
guide users to clone or open a local repository" and its "empty states"
verification gate were satisfied in production code (RepositoryListSearch
and HistoryPane) but lacked dedicated regression tests. An acceptance audit
of Epic #1571 confirmed the behaviour is correct yet untested.
Add two GitClientWindow regression tests:
- no-repository state renders the add-repository guidance and affordance
- an initialized repository with zero commits renders the no-commits history
guidance and omits the commit listbox
No production behaviour changes; this closes the one evidence gap found
during the Epic #1571 acceptance-criteria audit.
Refs #1571
Refs #1576
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments