mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 01:33:31 +00:00
chore: generate
This commit is contained in:
parent
1fb2ecc721
commit
403164a6ac
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ test("tab busy indicator reflects the tab server's own session status", async ({
|
|||
await expect(tabB.locator('[data-component="session-progress-indicator-v2"]')).toBeVisible()
|
||||
|
||||
const tabA = page.locator(`[data-titlebar-tab-slot]:has(a[href="${hrefA}"])`)
|
||||
await expect(tabA.locator('[data-titlebar-tab-title]')).toHaveText(sessionA.title)
|
||||
await expect(tabA.locator("[data-titlebar-tab-title]")).toHaveText(sessionA.title)
|
||||
await expect(tabA.locator('[data-component="session-progress-indicator-v2"]')).toHaveCount(0)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue