aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-menu.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pearl-menu.el')
-rw-r--r--tests/test-pearl-menu.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test-pearl-menu.el b/tests/test-pearl-menu.el
index 9c97384..8e18274 100644
--- a/tests/test-pearl-menu.el
+++ b/tests/test-pearl-menu.el
@@ -69,7 +69,11 @@ menu entry that still points at it fails here."
pearl-edit-state
pearl-create-comment
pearl-create-issue
- pearl-delete-current-issue))
+ pearl-delete-current-issue
+ ;; previously missing from the menu -- added in the
+ ;; keybinding reconciliation so both surfaces agree
+ pearl-switch-account
+ pearl-copy-issue-url))
(should (memq expected cmds)))))
(provide 'test-pearl-menu)