From 3603624b70b80bcf5ed154d7054e1f8a848e085f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Thu, 16 Jul 2026 00:43:30 +0200 Subject: [PATCH] fix(planner): distinct aria-label for export dropdown toggle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The restyled Export split-button's dropdown toggle got aria-label "Export GPX", colliding with the main button's text and breaking the E2E selector that clicked the old "▾" glyph. Give it a dedicated exportOptions label (en + de) and target it in the E2E test. Co-Authored-By: Claude Opus 4.8 --- apps/planner/app/components/ExportButton.tsx | 2 +- e2e/planner-routing.test.ts | 2 +- packages/i18n/src/locales/de.ts | 1 + packages/i18n/src/locales/en.ts | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/planner/app/components/ExportButton.tsx b/apps/planner/app/components/ExportButton.tsx index 34b786c..13fbe08 100644 --- a/apps/planner/app/components/ExportButton.tsx +++ b/apps/planner/app/components/ExportButton.tsx @@ -68,7 +68,7 @@ export function ExportButton({ yjs }: { yjs: YjsState }) {