mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
fix: enable browser_agent in integration tests and add localhost fixture tests (#24523)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user