From 701dfb56a480a8d0f441d136a9ee0b1fb4b42d33 Mon Sep 17 00:00:00 2001 From: Alex Bespoyasov Date: Thu, 3 Sep 2026 11:34:32 +0200 Subject: [PATCH 1/2] fix: make UI warning icons consistent across screens --- src/ui/tui/screens/select-goal/components/LeftPanel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/tui/screens/select-goal/components/LeftPanel.tsx b/src/ui/tui/screens/select-goal/components/LeftPanel.tsx index 3280d33..0244d1d 100644 --- a/src/ui/tui/screens/select-goal/components/LeftPanel.tsx +++ b/src/ui/tui/screens/select-goal/components/LeftPanel.tsx @@ -19,14 +19,14 @@ export function LeftPanel({ goalSelection }: GoalSelectionProps) { Toggle Confidence features to integrate with your project. - {Icons.star} Event Tracking works best with a managed warehouse or an existing warehouse - setup. + {Icons.diamond} Event Tracking works best with a managed warehouse or an existing + warehouse setup. {goalSelection.recordingAvailable && ( - {Icons.star} Session Recordings (β) require the feature to be enabled on your + {Icons.diamond} Session Recordings (β) require the feature to be enabled on your Confidence account. From 55921c11f8774eda156bc0ff5a584ce7f1d7d750 Mon Sep 17 00:00:00 2001 From: Alex Bespoyasov Date: Thu, 3 Sep 2026 11:36:54 +0200 Subject: [PATCH 2/2] test: update tests accordingly --- __tests__/e2e/__snapshots__/happy-path.e2e.ts.snap | 4 ++-- __tests__/e2e/__snapshots__/select-goal.e2e.ts.snap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/__tests__/e2e/__snapshots__/happy-path.e2e.ts.snap b/__tests__/e2e/__snapshots__/happy-path.e2e.ts.snap index bf7d336..5683057 100644 --- a/__tests__/e2e/__snapshots__/happy-path.e2e.ts.snap +++ b/__tests__/e2e/__snapshots__/happy-path.e2e.ts.snap @@ -119,10 +119,10 @@ exports[`happy-path flow > navigates Welcome → SystemCheck → Authenticate Toggle Confidence features to integrate with your project. ● Check system ● Sign in to Confidence - ✱ Event Tracking works best with a managed warehouse or an ● Set up your agent + ◆ Event Tracking works best with a managed warehouse or an ● Set up your agent existing warehouse setup. ● Connect tools ▶ Onboard project - ✱ Session Recordings (β) require the feature to be enabled on your + ◆ Session Recordings (β) require the feature to be enabled on your Confidence account. diff --git a/__tests__/e2e/__snapshots__/select-goal.e2e.ts.snap b/__tests__/e2e/__snapshots__/select-goal.e2e.ts.snap index 8f06107..71b86c3 100644 --- a/__tests__/e2e/__snapshots__/select-goal.e2e.ts.snap +++ b/__tests__/e2e/__snapshots__/select-goal.e2e.ts.snap @@ -7,10 +7,10 @@ exports[`SelectGoal screen > shows goal options for a browser framework > select Toggle Confidence features to integrate with your project. ● Check system ● Sign in to Confidence - ✱ Event Tracking works best with a managed warehouse or an ● Set up your agent + ◆ Event Tracking works best with a managed warehouse or an ● Set up your agent existing warehouse setup. ● Connect tools ▶ Onboard project - ✱ Session Recordings (β) require the feature to be enabled on your + ◆ Session Recordings (β) require the feature to be enabled on your Confidence account.