Dashboards/E2E: Add tests for removing panel(s) (#104998)

* Dashboards/E2E: Add tests for removing panel(s)
This commit is contained in:
kay delaney
2025-05-07 14:31:53 +03:00
committed by GitHub
parent ec478138a5
commit 343ab96030
9 changed files with 87 additions and 5 deletions
@@ -33,6 +33,11 @@ export const versionedComponents = {
'12.1.0': 'data-testid DashboardEditPaneSplitter primary body',
},
},
EditPaneHeader: {
deleteButton: {
'12.1.0': 'data-testid EditPaneHeader delete panel',
},
},
TimePicker: {
openButton: {
[MIN_GRAFANA_VERSION]: 'data-testid TimePicker Open Button',
@@ -354,6 +359,9 @@ export const versionedComponents = {
content: {
'11.1.0': 'data-testid panel content',
},
headerContainer: {
'9.5.0': 'data-testid header-container',
},
headerItems: {
'10.2.0': (item: string) => `data-testid Panel header item ${item}`,
},