Remove test blacklists for 5.10

This commit is contained in:
Jay Kamat 2018-02-23 18:06:57 -05:00
parent 7ecbae765d
commit 820ffed07f
No known key found for this signature in database
GPG Key ID: 5D2E399600F4F7B5

View File

@ -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