summaryrefslogtreecommitdiff
path: root/test/lisp/erc/erc-scenarios-keep-place-indicator.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/erc/erc-scenarios-keep-place-indicator.el')
-rw-r--r--test/lisp/erc/erc-scenarios-keep-place-indicator.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/erc/erc-scenarios-keep-place-indicator.el b/test/lisp/erc/erc-scenarios-keep-place-indicator.el
index b8ff59f4e02..ccd6f81b7d2 100644
--- a/test/lisp/erc/erc-scenarios-keep-place-indicator.el
+++ b/test/lisp/erc/erc-scenarios-keep-place-indicator.el
@@ -85,8 +85,8 @@
(goto-char (window-point))
(should (looking-back (rx "<bob> tester, welcome!")))
(should (= (pos-bol) (window-start)))
- (should (= (overlay-start erc--keep-place-indicator-overlay)
- (pos-bol))))
+ (erc-d-t-wait-for 20
+ (= (overlay-start erc--keep-place-indicator-overlay) (pos-bol))))
;; Lower window is still centered at start.
(other-window 1)
(switch-to-buffer "#chan")
@@ -101,7 +101,7 @@
(recenter 0)
(redisplay) ; force ^ to appear on first line
- (other-window 1) ; upper still at indicator, swtiches first
+ (other-window 1) ; upper still at indicator, switches first
(switch-to-buffer "#spam")
(other-window 1)
(switch-to-buffer "#spam") ; lower follows, speaks to sync