fix: enable browser_agent in integration tests and add localhost fixture tests (#24523)

This commit is contained in:
Gaurav
2026-04-02 22:54:38 +08:00
committed by GitHub
parent 8d171e0200
commit 811a383d50
20 changed files with 487 additions and 11 deletions
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Test Fixture - Result</title>
</head>
<body>
<h1 id="result-heading">Multi-Step Complete</h1>
<p id="result-message">You have completed all steps successfully.</p>
<div id="completion-status">
<span id="status-badge">✓ Complete</span>
</div>
<a href="/index.html" id="home-link">Back to Home</a>
</body>
</html>