There was an error while loading. Please reload this page.
1 parent 1fb2ecc commit 403164aCopy full SHA for 403164a
1 file changed
packages/app/e2e/regression/remote-tab-busy.spec.ts
@@ -34,7 +34,7 @@ test("tab busy indicator reflects the tab server's own session status", async ({
34
await expect(tabB.locator('[data-component="session-progress-indicator-v2"]')).toBeVisible()
35
36
const tabA = page.locator(`[data-titlebar-tab-slot]:has(a[href="${hrefA}"])`)
37
- await expect(tabA.locator('[data-titlebar-tab-title]')).toHaveText(sessionA.title)
+ await expect(tabA.locator("[data-titlebar-tab-title]")).toHaveText(sessionA.title)
38
await expect(tabA.locator('[data-component="session-progress-indicator-v2"]')).toHaveCount(0)
39
})
40
0 commit comments