test(desktop): select current managed instance

Co-authored-by: Atish Patel <atish@squareup.com>
Signed-off-by: Atish Patel <atish@squareup.com>
This commit is contained in:
Brainy Bumble
2026-08-14 13:18:51 -05:00
co-authored by Atish Patel
parent 6780bcccc2
commit 8dfa2df064
+1 -1
View File
@@ -1865,7 +1865,7 @@ test("an older agent message opens the same persona instance as the Agents libra
await page.goto("/");
await page.getByTestId("open-agents-view").click();
await page.getByTestId(`persona-agent-row-${personaId}`).click();
await page.getByTestId(`managed-agent-${currentPubkey}`).click();
await expect(
page.getByTestId("user-profile-agent-primary-action"),
).toHaveAttribute("aria-label", "Stop");