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)