mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user