chore(testid): added missing testid to add datasource button (#114169)
* added missing testid * added to pages.ts * added e2e to datasource button * fixed lint
This commit is contained in:
@@ -85,6 +85,9 @@ export const versionedPages = {
|
||||
dataSources: {
|
||||
[MIN_GRAFANA_VERSION]: (dataSourceName: string) => `Data source list item ${dataSourceName}`,
|
||||
},
|
||||
dataSourceAddButton: {
|
||||
'12.4.0': 'data-testid data-source-add-button',
|
||||
},
|
||||
},
|
||||
EditDataSource: {
|
||||
url: {
|
||||
|
||||
Reference in New Issue
Block a user