From 820ffed07f11cbfe9966261a62e71236d41595d1 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Fri, 23 Feb 2018 18:06:57 -0500 Subject: [PATCH] Remove test blacklists for 5.10 --- tests/end2end/features/search.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/end2end/features/search.feature b/tests/end2end/features/search.feature index ae3f07999..458b86d60 100644 --- a/tests/end2end/features/search.feature +++ b/tests/end2end/features/search.feature @@ -225,15 +225,11 @@ Feature: Searching on a page Then the following tabs should be open: - data/search.html (active) - # Following a link selected via JS doesn't work in Qt 5.10 anymore. - @qt!=5.10 Scenario: Follow a manually selected link When I run :jseval --file (testdata)/search_select.js And I run :follow-selected Then data/hello.txt should be loaded - # Following a link selected via JS doesn't work in Qt 5.10 anymore. - @qt!=5.10 Scenario: Follow a manually selected link in a new tab When I run :window-only And I run :jseval --file (testdata)/search_select.js