E2E: Updated selectors from 11.4 to target 11.5 (#98784)

Updated selectors to target 11.5.0 since the 11.4 was a special release.
This commit is contained in:
Marcus Andersson
2025-01-10 08:51:56 +01:00
committed by GitHub
parent be1505f2fb
commit e4b94fce8a

View File

@@ -788,7 +788,7 @@ export const versionedComponents = {
'9.4.0': 'data-testid Nav toolbar',
},
commandPaletteTrigger: {
'11.4.0': 'data-testid Command palette trigger',
'11.5.0': 'data-testid Command palette trigger',
},
shareDashboard: {
'11.1.0': 'data-testid Share dashboard',
@@ -880,7 +880,7 @@ export const versionedComponents = {
},
Select: {
menu: {
'11.4.0': 'data-testid Select menu',
'11.5.0': 'data-testid Select menu',
[MIN_GRAFANA_VERSION]: 'Select options menu',
},
option: {
@@ -1237,7 +1237,7 @@ export const versionedComponents = {
},
Portal: {
container: {
'11.4.1': 'data-testid portal-container',
'11.5.0': 'data-testid portal-container',
},
},
} satisfies VersionedSelectorGroup;