@scope_visualization
Feature: 0094 - Pick dates
Description: In order to execute actions at a certain date
As a authorized user
I want to be able to easily pick dates
File name: srv_datepicker.feature
Relative path: secondary/srv_datepicker.feature
When
I follow "Details" in the content area
00:00:00.097
And
I follow "Remote Command" in the content area
00:00:00.067
And
I enter "ls" as "Script"
00:00:00.109
And
I pick "2022-08-27" as date
00:00:00.117
And
I pick "17:30" as time
00:00:00.136
Then
the date field should be set to "2022-08-27"
00:00:00.042
And
the time field should be set to "17:30"
00:00:00.039
And
the date picker should be closed
00:00:00.004