mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Panel edit: Add e2e selectors to input fields (#83246)
add selectors for input fields
This commit is contained in:
@@ -221,6 +221,7 @@ export const Components = {
|
||||
content: 'Panel editor option pane content',
|
||||
select: 'Panel editor option pane select',
|
||||
fieldLabel: (type: string) => `${type} field property editor`,
|
||||
fieldInput: (title: string) => `data-testid Panel editor option pane field input ${title}`,
|
||||
},
|
||||
// not sure about the naming *DataPane*
|
||||
DataPane: {
|
||||
|
||||
Reference in New Issue
Block a user