fix(integration): failing scenarios

This commit is contained in:
Julien Neuhart
2025-08-03 18:49:14 +02:00
parent 53b4c70e4b
commit 94c831cd05
3 changed files with 6 additions and 6 deletions

View File

@@ -374,11 +374,11 @@ Feature: /forms/chromium/convert/html
"""
Then the response body should contain string:
"""
exception "Uncaught" (61:12): Error: Exception 1
Error: Exception 1
"""
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)

View File

@@ -441,11 +441,11 @@ Feature: /forms/chromium/convert/markdown
"""
Then the response body should contain string:
"""
exception "Uncaught" (93:12): Error: Exception 1
Error: Exception 1
"""
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)

View File

@@ -431,11 +431,11 @@ Feature: /forms/chromium/convert/url
"""
Then the response body should contain string:
"""
exception "Uncaught" (56:12): Error: Exception 1
Error: Exception 1
"""
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)