summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-26 13:29:17 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-26 13:50:19 +0200
commit9e9b57772e66d5a30eb34cd3b723fc510ccd1112 (patch)
tree1ff221f6f0751a5625f632d69c762211689a01b8
parente15223211cf0f689f89139d27ccd18d648c8ad62 (diff)
downloadqutebrowser-9e9b57772e66d5a30eb34cd3b723fc510ccd1112.tar.gz
qutebrowser-9e9b57772e66d5a30eb34cd3b723fc510ccd1112.zip
tests: Resurrect :print --pdf test
-rw-r--r--tests/end2end/features/misc.feature4
1 files changed, 1 insertions, 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