From 6741a169579f88181f7ab5812bad4e5f844c9c07 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 30 May 2016 01:16:44 +0200 Subject: [PATCH] Stabilize :buffer tests Fixes #1493 --- tests/end2end/features/tabs.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index 026d5da22..f3745ca7c 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -760,7 +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 + And I wait for "Current tab changed, focusing " in the log Then the following tabs should be open: - data/title.html - data/search.html (active) @@ -816,7 +816,7 @@ Feature: Tab management And I open data/paste_primary.html in a new tab And I wait until data/caret.html is loaded And I run :buffer "0/2" - And I wait for "Current tab changed, *" in the log + And I wait for "Focus object changed: " in the log Then the session should look like: windows: - active: true