E2E Selectors: Add backwards compatibility for apply button selector (#97762)

add more backwards compatibility
This commit is contained in:
Erik Sundell
2024-12-11 07:43:52 +01:00
committed by GitHub
parent 60f093e3d3
commit 8d69abc3b4
@@ -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',