mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Migrate from aria-label e2e selectors to data-testid (#78437)
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
This commit is contained in:
@@ -214,7 +214,7 @@ export const Components = {
|
||||
container: (refId: string) => `Query editor row ${refId}`,
|
||||
},
|
||||
AlertTab: {
|
||||
content: 'Alert editor tab content',
|
||||
content: 'data-testid Alert editor tab content',
|
||||
},
|
||||
Alert: {
|
||||
/**
|
||||
@@ -405,7 +405,7 @@ export const Components = {
|
||||
submit: 'data-testid-import-dashboard-submit',
|
||||
},
|
||||
PanelAlertTabContent: {
|
||||
content: 'Unified alert editor tab content',
|
||||
content: 'data-testid Unified alert editor tab content',
|
||||
},
|
||||
VisualizationPreview: {
|
||||
card: (name: string) => `data-testid suggestion-${name}`,
|
||||
|
||||
Reference in New Issue
Block a user