Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions __tests__/e2e/__snapshots__/happy-path.e2e.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
4 changes: 2 additions & 2 deletions __tests__/e2e/__snapshots__/select-goal.e2e.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
6 changes: 3 additions & 3 deletions src/ui/tui/screens/select-goal/components/LeftPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ export function LeftPanel({ goalSelection }: GoalSelectionProps) {
<Text color={Colors.muted}>Toggle Confidence features to integrate with your project.</Text>
<Box marginTop={1}>
<Text color={Colors.warning}>
{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.
</Text>
</Box>
{goalSelection.recordingAvailable && (
<Box marginTop={1}>
<Text color={Colors.warning}>
{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.
</Text>
</Box>
Expand Down