mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user