From fe4b5dc755482de29b43a7ea21e5a2247508ec52 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 2 Jun 2026 17:52:47 +0000 Subject: [PATCH] =?UTF-8?q?fix(sidebar):=20correct=20testid=20+=20JS=20swa?= =?UTF-8?q?p=20so=20+/=E2=88=92=20actually=20renders?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The prior attempt used data-testid=stSidebarNavSectionHeader, which is not what Streamlit 1.57 emits — the correct testid is stNavSectionHeader (verified against the bundled JS in streamlit/static/static/js/). The section header is also a
with onClick, not a