From 1f265b40f2a07b20bc5980df9437bd85b95ca1f7 Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Sun, 13 Sep 2026 02:27:57 -0700 Subject: [PATCH] test(lastcode): follow upstream edit-from-here label Carry-Group: incubator Carry-Observation: Cross-thread agent messages reuse the upstream edit-from-here control; match its current accessible label. --- apps/web/src/components/chat/MessagesTimeline.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/chat/MessagesTimeline.test.tsx b/apps/web/src/components/chat/MessagesTimeline.test.tsx index 5aaef6b76ca4..381c475e5960 100644 --- a/apps/web/src/components/chat/MessagesTimeline.test.tsx +++ b/apps/web/src/components/chat/MessagesTimeline.test.tsx @@ -590,7 +590,7 @@ describe("MessagesTimeline", () => { expect(markup).toContain("Working"); expect(markup).not.toContain("animate-status-pulse"); expect(markup).toContain('aria-label="Open source thread: Mobile Reconnect Issue"'); - expect(markup).toContain('aria-label="Revert to this message"'); + expect(markup).toContain('aria-label="Edit from here"'); expect(markup).toContain('download="handoff.pdf"'); });