From 087c84c0d514563828d9aefa30b7ef814a1c098b Mon Sep 17 00:00:00 2001 From: Tim Gadanidis Date: Thu, 4 Nov 2021 17:15:17 -0400 Subject: 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). --- tests/end2end/features/search.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf