From ce9c48b2b043010dc908477e58422b448c3d3262 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 24 Apr 2026 12:52:57 +0200 Subject: [PATCH] fix(testdata): prettify --- test/integration/features/chromium_convert_html.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/features/chromium_convert_html.feature b/test/integration/features/chromium_convert_html.feature index 34a7daf0..11b0e519 100644 --- a/test/integration/features/chromium_convert_html.feature +++ b/test/integration/features/chromium_convert_html.feature @@ -198,9 +198,9 @@ Feature: /forms/chromium/convert/html Scenario: POST /forms/chromium/convert/html (paint-callback polyfill fires rAF / ResizeObserver / IntersectionObserver when waitForExpression is set) Given I have a default Gotenberg container When I make a "POST" request to Gotenberg at the "/forms/chromium/convert/html" endpoint with the following form data and header(s): - | files | testdata/paint-callbacks-html/index.html | file | - | waitForExpression | !!document.body.getAttribute('data-pdf-ready') | field | - | Gotenberg-Output-Filename | foo | header | + | files | testdata/paint-callbacks-html/index.html | file | + | waitForExpression | !!document.body.getAttribute('data-pdf-ready') | field | + | Gotenberg-Output-Filename | foo | header | Then the response status code should be 200 Then the response header "Content-Type" should be "application/pdf" Then there should be 1 PDF(s) in the response