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
ui: add test-id for add-empty-commit and wire in menu
Added TestId for the branch header context menu 'Add empty commit' action and wired the testId into the BranchHeaderContextMenu Svelte component.
Changes:
- packages/ui/src/lib/utils/testIds.ts: added BranchHeaderContextMenu_AddEmptyCommit constant.
- apps/desktop/src/components/BranchHeaderContextMenu.svelte: set testId={TestId.BranchHeaderContextMenu_AddEmptyCommit} on the 'Add empty commit' ContextMenuItem.
These changes are UI/test scaffolding only and enable e2e tests to interact with the add-empty-commit action.
0 commit comments