Skip to content

Commit 403164a

Browse files
chore: generate
1 parent 1fb2ecc commit 403164a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/e2e/regression/remote-tab-busy.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test("tab busy indicator reflects the tab server's own session status", async ({
3434
await expect(tabB.locator('[data-component="session-progress-indicator-v2"]')).toBeVisible()
3535

3636
const tabA = page.locator(`[data-titlebar-tab-slot]:has(a[href="${hrefA}"])`)
37-
await expect(tabA.locator('[data-titlebar-tab-title]')).toHaveText(sessionA.title)
37+
await expect(tabA.locator("[data-titlebar-tab-title]")).toHaveText(sessionA.title)
3838
await expect(tabA.locator('[data-component="session-progress-indicator-v2"]')).toHaveCount(0)
3939
})
4040

0 commit comments

Comments
 (0)