mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CodeEditor: Improved styles when the code editor is loading (#88102)
* fix: monaco loading state * chore: betterer * test: leverage e2e selectors * refactor: prefer HOC to wrap with testid * refactor: add clarity * docs: add clarity * refactor: loading messaging * test: rename vars to improve clarity * test: rename vars to improve clarity
This commit is contained in:
@@ -526,6 +526,9 @@ export const Components = {
|
||||
CodeEditor: {
|
||||
container: 'data-testid Code editor container',
|
||||
},
|
||||
ReactMonacoEditor: {
|
||||
container: 'data-testid ReactMonacoEditor container',
|
||||
},
|
||||
DashboardImportPage: {
|
||||
textarea: 'data-testid-import-dashboard-textarea',
|
||||
submit: 'data-testid-load-dashboard',
|
||||
|
||||
Reference in New Issue
Block a user