Skip to content

Commit 564d469

Browse files
committed
chore: remove test data infobox text
1 parent a63ee0a commit 564d469

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/frontend/src/components/FlowStepTestController/TestResult.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,7 @@ export default function TestResult(props: TestResultsProps): JSX.Element {
104104
return (
105105
<Box w="100%">
106106
<Infobox variant="info">
107-
<Text>
108-
{isMock && getMockDataMessage(selectedActionOrTrigger)}
109-
{
110-
' You can use the test data below as variables in your subsequent actions.'
111-
}
112-
</Text>
107+
<Text>{isMock && getMockDataMessage(selectedActionOrTrigger)}</Text>
113108
</Infobox>
114109
<VariablesList variables={variables} />
115110
</Box>

0 commit comments

Comments
 (0)