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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user