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:
Jay Clifford
2025-11-20 12:27:04 +01:00
committed by GitHub
parent 4637da8fcc
commit e9116cd23c
2 changed files with 10 additions and 1 deletions
@@ -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: {