GrafanaUI: Prevent code editors from 'trapping' scroll (#77125)

* GrafanaUI: Prevent CodeEditor from 'trapping' scroll

* fix test

* fix lint for unused import
This commit is contained in:
Josh Hunt
2023-10-25 16:21:54 +00:00
committed by GitHub
parent 1e81ffccac
commit 333c858bc6
7 changed files with 22 additions and 8 deletions

View File

@@ -387,7 +387,7 @@ export const Components = {
singleLink: 'Data link',
},
CodeEditor: {
container: 'Code editor container',
container: 'data-testid Code editor container',
},
DashboardImportPage: {
textarea: 'data-testid-import-dashboard-textarea',