fix(integration): non-working scenarios because of a remote service down

This commit is contained in:
Julien Neuhart
2025-08-03 18:02:35 +02:00
parent 339afe614c
commit 6ff5109b00
8 changed files with 95 additions and 101 deletions
@@ -338,7 +338,7 @@ Feature: /forms/chromium/convert/html
Then the response body should match string:
"""
Invalid HTTP status code from resources:
https://httpstat.us/400 - 400: Bad Request
https://gethttpstatus.com/400 - 400: Bad Request
"""
Scenario: POST /forms/chromium/convert/html (Fail On Resource Loading Failed)
@@ -403,7 +403,7 @@ Feature: /forms/chromium/convert/markdown
Then the response body should match string:
"""
Invalid HTTP status code from resources:
https://httpstat.us/400 - 400: Bad Request
https://gethttpstatus.com/400 - 400: Bad Request
"""
Scenario: POST /forms/chromium/convert/markdown (Fail On Resource Loading Failed)
+1 -1
View File
@@ -11,7 +11,7 @@
href="http://localhost:100/style.css"
/>
<!-- 400 Bad Request -->
<link rel="stylesheet" type="text/css" href="https://httpstat.us/400" />
<link rel="stylesheet" type="text/css" href="https://gethttpstatus.com/400" />
<title>Feature Rich HTML</title>
<style>
@media print {
+1 -1
View File
@@ -11,7 +11,7 @@
href="http://localhost:100/style.css"
/>
<!-- 400 Bad Request -->
<link rel="stylesheet" type="text/css" href="https://httpstat.us/400" />
<link rel="stylesheet" type="text/css" href="https://gethttpstatus.com/400" />
<title>Feature Rich HTML</title>
<style>
@media print {