E2E Selectors: Add backwards compatibility for apply button selector (#97762)
add more backwards compatibility
This commit is contained in:
@@ -495,6 +495,8 @@ export const versionedComponents = {
|
||||
},
|
||||
applyButton: {
|
||||
'9.2.0': 'data-testid Apply changes and go back to dashboard',
|
||||
'9.1.0': 'Apply changes and go back to dashboard',
|
||||
'8.0.0': 'panel editor apply',
|
||||
},
|
||||
toggleVizPicker: {
|
||||
'10.0.0': 'data-testid toggle-viz-picker',
|
||||
|
||||
Reference in New Issue
Block a user