summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-28 17:42:54 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-28 17:42:54 +0100
commitbde129b4cfea28d47e9f1e2e8b36f7ecd628c04b (patch)
treefd7822229d36c92be6e80c8e8b3541d502e28f8a
parent29993b7bc996b37f8733148c47535c7f15605f22 (diff)
downloadqutebrowser-bde129b4cfea28d47e9f1e2e8b36f7ecd628c04b.tar.gz
qutebrowser-bde129b4cfea28d47e9f1e2e8b36f7ecd628c04b.zip
Try to stabilize test_resource_with_invalid_url
The logs show that data/numbers/3.txt gets loaded rather than the expected page sometimes on Qt 5.13 and 5.14. I suspect this is from the previous test which tests for a renderer process crash and something is going wrong when loading the new page...
-rw-r--r--tests/end2end/features/misc.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature
index 97255fe09..570bd3321 100644
--- a/tests/end2end/features/misc.feature
+++ b/tests/end2end/features/misc.feature
@@ -526,6 +526,6 @@ Feature: Various utility commands.
## Other
Scenario: Resource with invalid URL
- When I open data/invalid_resource.html
+ When I open data/invalid_resource.html in a new tab
Then "Ignoring invalid * URL: Invalid hostname (contains invalid characters); *" should be logged
And no crash should happen