TimePicker: Close overlay content when toolbar button is clicked for the second time (#77796)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Juan Cabanas
2023-11-08 11:39:37 -03:00
committed by GitHub
parent c13fd62b16
commit fa468fb17c
4 changed files with 53 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ export const Components = {
},
TimePicker: {
openButton: 'data-testid TimePicker Open Button',
overlayContent: 'data-testid TimePicker Overlay Content',
fromField: 'Time Range from field',
toField: 'Time Range to field',
applyTimeRange: 'data-testid TimePicker submit button',