aboutsummaryrefslogtreecommitdiff
path: root/tests/test-wttrin--display-weather.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-wttrin--display-weather.el')
-rw-r--r--tests/test-wttrin--display-weather.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-wttrin--display-weather.el b/tests/test-wttrin--display-weather.el
index 99ea067..3b9cdee 100644
--- a/tests/test-wttrin--display-weather.el
+++ b/tests/test-wttrin--display-weather.el
@@ -51,7 +51,10 @@ Weather report: Paris, France
;;; Normal Cases
(ert-deftest test-wttrin--display-weather-normal-valid-data-creates-buffer ()
- "Test that valid weather data creates and displays buffer correctly."
+ "Test that valid weather data creates and fills the buffer correctly.
+Display is the interactive command's job (wttrin-query selects the buffer at
+invocation); this async render only updates content, so it does not select a
+window."
(test-wttrin--display-weather-setup)
(unwind-protect
(testutil-wttrin-with-clean-weather-buffer
@@ -60,9 +63,6 @@ Weather report: Paris, France
;; Buffer should exist
(should (get-buffer "*wttr.in*"))
- ;; Buffer should be displayed
- (should (get-buffer-window "*wttr.in*"))
-
;; Buffer should have content
(with-current-buffer "*wttr.in*"
(should (> (buffer-size) 0))