fix(web): restore navigation smoke coverage

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-18 20:56:13 +09:00
parent 9a9d9bd5a1
commit a6f1950d41
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ test("homepage renders heading", async ({ page }) => {
await page.goto("/")
// when
const heading = page.getByRole("heading", { name: "Oh My OpenCode", level: 1 })
const heading = page.getByRole("heading", { name: "The Best Agent Harness", level: 1 })
// then
await expect(heading).toBeVisible()