mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added aria-label to dashboard timezone picker (#27203)
... for E2E tests
This commit is contained in:
parent
86e44eec02
commit
4d14ebaacc
@ -45,7 +45,7 @@ export const TimePickerFooter: FC<Props> = props => {
|
||||
if (isEditing) {
|
||||
return (
|
||||
<div className={cx(style.container, style.editContainer)}>
|
||||
<div className={style.timeZoneContainer}>
|
||||
<div aria-label="Time zone picker select container" className={style.timeZoneContainer}>
|
||||
<TimeZonePicker
|
||||
includeInternal={true}
|
||||
onChange={timeZone => {
|
||||
|
Loading…
Reference in New Issue
Block a user