From be7979fb34e50fb39f6884a77192060483c915cc Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Tue, 26 May 2026 16:25:24 +0700 Subject: [PATCH] Update slash clear test to expect formatted mode label The composer refactor changed the agent-mode button's accessibility label from the raw mode id ("load-test") to the formatted label ("Load test"). The user-facing change is intentional. Bring the test in line with the new label. --- packages/app/e2e/client-slash-commands.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/e2e/client-slash-commands.spec.ts b/packages/app/e2e/client-slash-commands.spec.ts index 4923d2307..9954b01cd 100644 --- a/packages/app/e2e/client-slash-commands.spec.ts +++ b/packages/app/e2e/client-slash-commands.spec.ts @@ -126,7 +126,7 @@ async function expectReplacementDraftMatchesPreviousSetup(page: Page): Promise {