From 20f83316e00332119951d72c1a48f1caa954e291 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 3 Feb 2017 23:41:33 +0100 Subject: [PATCH] Fix misc.feature with QtWebEngine We need to make sure we don't leave any stale prompts open. --- tests/end2end/features/misc.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index 4cd0b5602..73956931a 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -304,7 +304,7 @@ Feature: Various utility commands. # pdfjs support - @qtwebengine_todo: pdfjs is not implemented yet + @qtwebengine_skip: pdfjs is not implemented yet Scenario: pdfjs is used for pdf files Given pdfjs is available When I set content -> enable-pdfjs to true @@ -318,7 +318,7 @@ Feature: Various utility commands. And I open data/misc/test.pdf Then "Download test.pdf finished" should be logged - @qtwebengine_todo: pdfjs is not implemented yet + @qtwebengine_skip: pdfjs is not implemented yet Scenario: Downloading a pdf via pdf.js button (issue 1214) Given pdfjs is available # WORKAROUND to prevent the "Painter ended with 2 saved states" warning @@ -396,6 +396,7 @@ Feature: Various utility commands. And I wait for "Entering mode KeyMode.prompt *" in the log And I press the key "" And I press the key "" + And I run :leave-mode Then no crash should happen ## Custom headers