From bde129b4cfea28d47e9f1e2e8b36f7ecd628c04b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 28 Dec 2020 17:42:54 +0100 Subject: 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... --- tests/end2end/features/misc.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf