bdd: Run :tab-only between tests for caret/search.
Otherwise we end up opening a lot of tabs which slow down qutebrowser, The latest issue in #1183 might actually be caused by that.
This commit is contained in:
parent
5eafccb604
commit
2b0870084b
@ -3,7 +3,7 @@ Feature: Caret mode
|
||||
|
||||
Background:
|
||||
Given I open data/caret.html
|
||||
And I run :enter-mode caret
|
||||
And I run :tab-only ;; :enter-mode caret
|
||||
|
||||
# document
|
||||
|
||||
|
@ -3,6 +3,7 @@ Feature: Searching on a page
|
||||
|
||||
Background:
|
||||
Given I open data/search.html
|
||||
And I run :tab-only
|
||||
|
||||
## searching
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user