summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-20 18:41:22 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-20 19:35:57 +0100
commit723bdf693f9d7f1a89c2b484da3650e49b30eeb9 (patch)
tree58c0b04d73663ae3f35b8058558e7592db5bcd3d /tests
parent25afb200eddaf3c859b2d9098836a7b8c1c934ab (diff)
downloadqutebrowser-723bdf693f9d7f1a89c2b484da3650e49b30eeb9.tar.gz
qutebrowser-723bdf693f9d7f1a89c2b484da3650e49b30eeb9.zip
Various default setting changes
See #6022 and #5999
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/features/caret.feature2
-rw-r--r--tests/end2end/features/hints.feature4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/end2end/features/caret.feature b/tests/end2end/features/caret.feature
index c97d096ca..5bb0383e7 100644
--- a/tests/end2end/features/caret.feature
+++ b/tests/end2end/features/caret.feature
@@ -68,7 +68,7 @@ Feature: Caret mode
Then data/hello.txt should be loaded
And the following tabs should be open:
- data/caret.html
- - data/hello.txt (active)
+ - data/hello.txt
@flaky
Scenario: :selection-follow with link tabbing (without JS)
diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature
index a7b18b7f4..fb04db01c 100644
--- a/tests/end2end/features/hints.feature
+++ b/tests/end2end/features/hints.feature
@@ -291,8 +291,8 @@ Feature: Using hints
And I hint with args "links tab" and follow s
And I wait until data/hello2.txt is loaded
Then the following tabs should be open:
- - data/hints/iframe_target.html
- - data/hello2.txt (active)
+ - data/hints/iframe_target.html (active)
+ - data/hello2.txt
Scenario: Clicking on iframe with :hint all current
When I open data/hints/iframe.html