diff --git a/app/javascript/components/bootcamp/SolveExercisePage/CodeMirror/CodeMirror.tsx b/app/javascript/components/bootcamp/SolveExercisePage/CodeMirror/CodeMirror.tsx index 88f27a15de..c6f869e021 100644 --- a/app/javascript/components/bootcamp/SolveExercisePage/CodeMirror/CodeMirror.tsx +++ b/app/javascript/components/bootcamp/SolveExercisePage/CodeMirror/CodeMirror.tsx @@ -278,7 +278,7 @@ export const CodeMirror = forwardRef(function _CodeMirror( return (
{ handleRunCode() diff --git a/app/javascript/components/bootcamp/SolveExercisePage/ControlButtons/ControlButtons.tsx b/app/javascript/components/bootcamp/SolveExercisePage/ControlButtons/ControlButtons.tsx index 679a44079c..93f8632572 100644 --- a/app/javascript/components/bootcamp/SolveExercisePage/ControlButtons/ControlButtons.tsx +++ b/app/javascript/components/bootcamp/SolveExercisePage/ControlButtons/ControlButtons.tsx @@ -7,7 +7,10 @@ import { assembleClassNames } from '@/utils/assemble-classnames' function _ControlButtons({ handleRunCode }: { handleRunCode: () => void }) { return ( -
+
{/* Run the tests with this button */} {/* These buttons let you select a test/scenario that you want to inspect. */} @@ -34,6 +37,7 @@ function PreviewTestButtons() {
{flatPreviewTaskTests.map((taskTest, testIdx) => (