summaryrefslogtreecommitdiff
path: root/tests/end2end/features/search.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/search.feature')
-rw-r--r--tests/end2end/features/search.feature10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/end2end/features/search.feature b/tests/end2end/features/search.feature
index 9446c36ac..d911a22af 100644
--- a/tests/end2end/features/search.feature
+++ b/tests/end2end/features/search.feature
@@ -249,7 +249,6 @@ Feature: Searching on a page
## wrapping prevented
- @qt>=5.14
Scenario: Preventing wrapping at the top of the page
When I set search.ignore_case to always
And I set search.wrap to false
@@ -261,7 +260,6 @@ Feature: Searching on a page
And I run :search-next
Then the message "Search hit TOP" should be shown
- @qt>=5.14
Scenario: Preventing wrapping at the bottom of the page
When I set search.ignore_case to always
And I set search.wrap to false
@@ -274,7 +272,7 @@ Feature: Searching on a page
## search match counter
- @qtwebkit_skip @qt>=5.14
+ @qtwebkit_skip
Scenario: Setting search match counter on search
When I set search.ignore_case to always
And I set search.wrap to true
@@ -282,7 +280,7 @@ Feature: Searching on a page
And I wait for "search found ba" in the log
Then "Setting search match text to 1/5" should be logged
- @qtwebkit_skip @qt>=5.14
+ @qtwebkit_skip
Scenario: Updating search match counter on search-next
When I set search.ignore_case to always
And I set search.wrap to true
@@ -294,7 +292,7 @@ Feature: Searching on a page
And I wait for "next_result found ba" in the log
Then "Setting search match text to 3/5" should be logged
- @qtwebkit_skip @qt>=5.14
+ @qtwebkit_skip
Scenario: Updating search match counter on search-prev with wrapping
When I set search.ignore_case to always
And I set search.wrap to true
@@ -304,7 +302,7 @@ Feature: Searching on a page
And I wait for the message "Search hit TOP, continuing at BOTTOM"
Then "Setting search match text to 5/5" should be logged
- @qtwebkit_skip @qt>=5.14
+ @qtwebkit_skip
Scenario: Updating search match counter on search-prev without wrapping
When I set search.ignore_case to always
And I set search.wrap to false