diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-07-31 16:20:35 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-07-31 16:20:35 +0200 |
commit | 83e3b37764b45151af5e400d81a7c95e9e75a70e (patch) | |
tree | 6add5c88945c4d9ed5b88d82001538d87b127123 /tests/end2end/features | |
parent | 916d99161e1607c364e72e47480f5cd6631b1181 (diff) | |
download | qutebrowser-83e3b37764b45151af5e400d81a7c95e9e75a70e.tar.gz qutebrowser-83e3b37764b45151af5e400d81a7c95e9e75a70e.zip |
tests: Don't check active window
Window focus can differ depending on timing/WM/...
Diffstat (limited to 'tests/end2end/features')
-rw-r--r-- | tests/end2end/features/tabs.feature | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index 4f99faabe..4b645d554 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -986,8 +986,7 @@ Feature: Tab management history: - url: about:blank - url: http://localhost:*/data/numbers/1.txt - - active: true - tabs: + - tabs: - active: true history: - url: http://localhost:*/data/numbers/2.txt |