diff options
Diffstat (limited to 'tests/test-pearl-menu.el')
| -rw-r--r-- | tests/test-pearl-menu.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test-pearl-menu.el b/tests/test-pearl-menu.el index 825d6bc..d939a9e 100644 --- a/tests/test-pearl-menu.el +++ b/tests/test-pearl-menu.el @@ -78,7 +78,11 @@ menu entry that still points at it fails here." ;; set-default-view: the new Views-group entry pearl-set-default-view ;; fetch the full comment thread for the issue at point - pearl-fetch-all-comments)) + pearl-fetch-all-comments + ;; view-shaping commands added to the Views group + pearl-set-sort + pearl-set-grouping + pearl-toggle-sort-order)) (should (memq expected cmds))))) (provide 'test-pearl-menu) |
