From 94c831cd0529a67ba6a0020ef8042241f3ecfd6b Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Sun, 3 Aug 2025 18:49:14 +0200 Subject: [PATCH] fix(integration): failing scenarios --- test/integration/features/chromium_convert_html.feature | 4 ++-- test/integration/features/chromium_convert_markdown.feature | 4 ++-- test/integration/features/chromium_convert_url.feature | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/integration/features/chromium_convert_html.feature b/test/integration/features/chromium_convert_html.feature index fea39b94..ab77d1bc 100644 --- a/test/integration/features/chromium_convert_html.feature +++ b/test/integration/features/chromium_convert_html.feature @@ -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) diff --git a/test/integration/features/chromium_convert_markdown.feature b/test/integration/features/chromium_convert_markdown.feature index 1bf0f12e..aa50c65c 100644 --- a/test/integration/features/chromium_convert_markdown.feature +++ b/test/integration/features/chromium_convert_markdown.feature @@ -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) diff --git a/test/integration/features/chromium_convert_url.feature b/test/integration/features/chromium_convert_url.feature index f25840ea..6bcae01a 100644 --- a/test/integration/features/chromium_convert_url.feature +++ b/test/integration/features/chromium_convert_url.feature @@ -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)