Added aria-label to dashboard timezone picker (#27203)

... for E2E tests
This commit is contained in:
Steven Vachon 2020-08-25 15:43:01 -04:00 committed by GitHub
parent 86e44eec02
commit 4d14ebaacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 => {