diff --git a/CHANGELOG.md b/CHANGELOG.md index d58567d577c..90ee58bb308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Added `getPopoverScreenCoordinates` service function for positioining popover/tooltip content, updated `EuiToolTip` to use it ([#924](https://github.com/elastic/eui/pull/924)) - Allow `mode` prop in `EuiCodeEditor` to take custom mode object ([#935](https://github.com/elastic/eui/pull/935)) +- `EuiCodeEditor` is now decorated with a `data-test-subj` selector (`codeEditorContainer`) ([#939](https://github.com/elastic/eui/pull/939)) ## [`0.0.54`](https://github.com/elastic/eui/tree/v0.0.54) diff --git a/src/components/code_editor/__snapshots__/code_editor.test.js.snap b/src/components/code_editor/__snapshots__/code_editor.test.js.snap index 3103632ffb9..dca5af06c30 100644 --- a/src/components/code_editor/__snapshots__/code_editor.test.js.snap +++ b/src/components/code_editor/__snapshots__/code_editor.test.js.snap @@ -78,6 +78,7 @@ exports[`EuiCodeEditor behavior hint element should be tabable 1`] = ` exports[`EuiCodeEditor is rendered 1`] = `