Stabilize :buffer tests

This commit is contained in:
Florian Bruhin 2016-04-27 21:08:16 +02:00
parent 24cde47881
commit ebfcce172b

View File

@ -760,6 +760,7 @@ Feature: Tab management
And I open data/search.html in a new tab And I open data/search.html in a new tab
And I open data/scroll.html in a new tab And I open data/scroll.html in a new tab
And I run :buffer "Searching text" And I run :buffer "Searching text"
And I wait for "Current tab changed, *" in the log
Then the following tabs should be open: Then the following tabs should be open:
- data/title.html - data/title.html
- data/search.html (active) - 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/caret.html in a new window
And I open data/paste_primary.html in a new tab And I open data/paste_primary.html in a new tab
And I run :buffer "Scrolling" And I run :buffer "Scrolling"
And I wait for "Current tab changed, *" in the log
Then the session should look like: Then the session should look like:
windows: windows:
- active: true - active: true