summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gadanidis <tim@gadanidis.ca>2021-11-04 17:15:17 -0400
committerTim Gadanidis <tim@gadanidis.ca>2021-11-04 17:15:17 -0400
commit087c84c0d514563828d9aefa30b7ef814a1c098b (patch)
tree235a5c3743437c009247f1e28e96571edd9e3ae9
parent29a0980c5bd3c34e4e950dcaa09faaa20f25e4dd (diff)
downloadqutebrowser-087c84c0d514563828d9aefa30b7ef814a1c098b.tar.gz
qutebrowser-087c84c0d514563828d9aefa30b7ef814a1c098b.zip
Fix back-to-forward test search direction test
Test originally expected "Baz" instead of "baz", which is what should actually be found if starting at the bottom and then searching forward (wrapping around).
-rw-r--r--tests/end2end/features/search.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/search.feature b/tests/end2end/features/search.feature
index 61deb3dcc..305b45690 100644
--- a/tests/end2end/features/search.feature
+++ b/tests/end2end/features/search.feature
@@ -89,7 +89,7 @@ Feature: Searching on a page
And I wait for "Ignoring duplicate search request for baz, but resetting flags" in the log
And I run :search-next
And I wait for "next_result found baz" in the log
- Then "Baz" should be found
+ Then "baz" should be found
## search.ignore_case