Skip to content
Snippets Groups Projects
Commit 4518b695 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-20144: Use the user's web browser for PDF export by default, instead of relying on Docker

* Fix functional tests

(cherry picked from commit 1bbbd05d)
parent 8d2b04c7
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
* @since 14.4.2 * @since 14.4.2
* @since 14.5 * @since 14.5
*/ */
@UITest(properties = {"xwikiPropertiesAdditionalProperties=export.pdf.serverSide=true"}) @UITest(properties = {"xwikiPropertiesAdditionalProperties=export.pdf.serverSide=true"}, extraJARs = {
"org.xwiki.platform:xwiki-platform-resource-temporary"})
@ExtendWith(DynamicTestConfigurationExtension.class) @ExtendWith(DynamicTestConfigurationExtension.class)
class AllITs class AllITs
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment