From 756c9900c119db6d5d2ab4621d59ed8aa35addcc Mon Sep 17 00:00:00 2001 From: hbrooks Date: Thu, 20 Aug 2026 18:22:06 -0400 Subject: [PATCH] test: deliberate picker-label typo to prove the screenshot tests fail CI --- src/ui/SessionsApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/SessionsApp.tsx b/src/ui/SessionsApp.tsx index aba3ea7..0214b2c 100644 --- a/src/ui/SessionsApp.tsx +++ b/src/ui/SessionsApp.tsx @@ -80,7 +80,7 @@ import { ConnectApp } from './ConnectApp' const SIDEBAR_POLL_MS = 5_000 // The nav clock driving the "12s" age tags. const AGE_TICK_MS = 5_000 -const NAV_NEW_LABEL = '+ New session' +const NAV_NEW_LABEL = '+ New sesssion' // The header title pinned to the left edge, and its width — the meta line on // the right budgets itself against what's left of the row. const HEADER_TITLE = 'ellipsis.dev'