From 9e9b57772e66d5a30eb34cd3b723fc510ccd1112 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 26 Jun 2023 13:29:17 +0200 Subject: tests: Resurrect :print --pdf test --- tests/end2end/features/misc.feature | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/end2end/features/misc.feature b/tests/end2end/features/misc.feature index b9cc2a513..e2f048616 100644 --- a/tests/end2end/features/misc.feature +++ b/tests/end2end/features/misc.feature @@ -305,12 +305,10 @@ Feature: Various utility commands. And I run :debug-pyeval QApplication.instance().activeModalWidget().close() Then no crash should happen - # FIXME:qtwebengine use a finer skipping here - @qtwebengine_skip: printing to pdf is not implemented with older Qt versions Scenario: print --pdf When I open data/hello.txt And I run :print --pdf (tmpdir)/hello.pdf - And I wait for "Print to file: *" in the log or skip the test + And I wait for "Printed to *" in the log Then the PDF hello.pdf should exist in the tmpdir Scenario: print --pdf with subdirectory -- cgit v1.2.3-54-g00ecf