From 08b5fc8e3b627abf7ff840ff2006fdfc0757eb2d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 13 Sep 2017 18:34:42 +0200 Subject: [PATCH] Stabilize qute://plainlog test Looks like we actually get a loading event on Qt 5.9 just fine, and there was a race condition here otherwise. --- tests/end2end/features/qutescheme.feature | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/end2end/features/qutescheme.feature b/tests/end2end/features/qutescheme.feature index bc2eb82d6..10ef9932f 100644 --- a/tests/end2end/features/qutescheme.feature +++ b/tests/end2end/features/qutescheme.feature @@ -200,9 +200,7 @@ Feature: Special qute:// pages Then no crash should happen Scenario: Using qute://plainlog directly - When I open qute://plainlog without waiting - # With Qt 5.9, we don't get a loaded message? - And I wait for "Changing title for idx * to 'log'" in the log + When I open qute://plainlog Then no crash should happen # :version