From ebfcce172b4932e0bd69364ed3d4156616d009a9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 27 Apr 2016 21:08:16 +0200 Subject: [PATCH] Stabilize :buffer tests --- tests/integration/features/tabs.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/features/tabs.feature b/tests/integration/features/tabs.feature index 0349dcde5..b46babee8 100644 --- a/tests/integration/features/tabs.feature +++ b/tests/integration/features/tabs.feature @@ -760,6 +760,7 @@ Feature: Tab management And I open data/search.html in a new tab And I open data/scroll.html in a new tab And I run :buffer "Searching text" + And I wait for "Current tab changed, *" in the log Then the following tabs should be open: - data/title.html - data/search.html (active) @@ -776,6 +777,7 @@ Feature: Tab management And I open data/caret.html in a new window And I open data/paste_primary.html in a new tab And I run :buffer "Scrolling" + And I wait for "Current tab changed, *" in the log Then the session should look like: windows: - active: true