mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
fix(integration): failing scenarios
This commit is contained in:
@@ -374,11 +374,11 @@ Feature: /forms/chromium/convert/html
|
|||||||
"""
|
"""
|
||||||
Then the response body should contain string:
|
Then the response body should contain string:
|
||||||
"""
|
"""
|
||||||
exception "Uncaught" (61:12): Error: Exception 1
|
Error: Exception 1
|
||||||
"""
|
"""
|
||||||
Then the response body should contain string:
|
Then the response body should contain string:
|
||||||
"""
|
"""
|
||||||
exception "Uncaught" (65:12): Error: Exception 2
|
Error: Exception 2
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Scenario: POST /forms/chromium/convert/html (Bad Request)
|
Scenario: POST /forms/chromium/convert/html (Bad Request)
|
||||||
|
|||||||
@@ -441,11 +441,11 @@ Feature: /forms/chromium/convert/markdown
|
|||||||
"""
|
"""
|
||||||
Then the response body should contain string:
|
Then the response body should contain string:
|
||||||
"""
|
"""
|
||||||
exception "Uncaught" (93:12): Error: Exception 1
|
Error: Exception 1
|
||||||
"""
|
"""
|
||||||
Then the response body should contain string:
|
Then the response body should contain string:
|
||||||
"""
|
"""
|
||||||
exception "Uncaught" (97:12): Error: Exception 2
|
Error: Exception 2
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Scenario: POST /forms/chromium/convert/markdown (Bad Request)
|
Scenario: POST /forms/chromium/convert/markdown (Bad Request)
|
||||||
|
|||||||
@@ -431,11 +431,11 @@ Feature: /forms/chromium/convert/url
|
|||||||
"""
|
"""
|
||||||
Then the response body should contain string:
|
Then the response body should contain string:
|
||||||
"""
|
"""
|
||||||
exception "Uncaught" (56:12): Error: Exception 1
|
Error: Exception 1
|
||||||
"""
|
"""
|
||||||
Then the response body should contain string:
|
Then the response body should contain string:
|
||||||
"""
|
"""
|
||||||
exception "Uncaught" (60:12): Error: Exception 2
|
Error: Exception 2
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Scenario: POST /forms/chromium/convert/url (Bad Request)
|
Scenario: POST /forms/chromium/convert/url (Bad Request)
|
||||||
|
|||||||
Reference in New Issue
Block a user