mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CodeEditor: Fix broken styles (#88495)
* fix: remove erroneous container * fix: update selector * fix: pass data attrs via `wrapperProps` * fix: ensure `toBeInTheDocument` checks have unique markup
This commit is contained in:
@@ -527,7 +527,7 @@ export const Components = {
|
||||
container: 'data-testid Code editor container',
|
||||
},
|
||||
ReactMonacoEditor: {
|
||||
container: 'data-testid ReactMonacoEditor container',
|
||||
editorLazy: 'data-testid ReactMonacoEditor editorLazy',
|
||||
},
|
||||
DashboardImportPage: {
|
||||
textarea: 'data-testid-import-dashboard-textarea',
|
||||
|
||||
Reference in New Issue
Block a user