We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe3f40 commit bfc3423Copy full SHA for bfc3423
app/javascript/components/bootcamp/JikiscriptExercisePage/CodeMirror/CodeMirror.tsx
@@ -321,7 +321,12 @@ export const CodeMirror = forwardRef(function _CodeMirror(
321
322
return (
323
<div className="editor-wrapper" style={style}>
324
- <div data-ci="codemirror-editor" className="editor" ref={setTextarea} />
+ <div
325
+ data-ci="codemirror-editor"
326
+ id="bootcamp-cm-editor"
327
+ className="editor"
328
+ ref={setTextarea}
329
+ />
330
</div>
331
)
332
})
0 commit comments