From ef6b6553334eb06c25e2c0b9a7aa5d733a97aa2c Mon Sep 17 00:00:00 2001 From: Mohsin Kaleem Date: Sun, 24 Jul 2022 19:55:18 +0100 Subject: [PATCH 08/11] Revert "test: Fix Navigation of notmuch-hello to search results" This reverts commit dbccbadc5ebed5e990aeae11a3efeea5e4017273. --- test/T460-emacs-tree.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/T460-emacs-tree.sh b/test/T460-emacs-tree.sh index 6958073e..0f23b418 100755 --- a/test/T460-emacs-tree.sh +++ b/test/T460-emacs-tree.sh @@ -91,7 +91,10 @@ output=$(notmuch search --output=messages 'tag:test_thread_tag') test_expect_equal "$output" "" test_begin_subtest "Navigation of notmuch-hello to search results" -test_emacs '(notmuch-search "tag:inbox") +test_emacs '(notmuch-hello) + (goto-char (point-min)) + (re-search-forward "inbox") + (widget-button-press (1- (point))) (notmuch-test-wait) (notmuch-tree-from-search-current-query) (notmuch-test-wait) -- 2.37.1