@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.095
And
I follow "Remote Command" in the content area
00:00:00.065
And
I enter "ls" as "Script"
00:00:00.102
And
I pick "2022-08-27" as date
00:00:00.121
And
I pick "17:30" as time
00:00:00.141
Then
the date field should be set to "2022-08-27"
00:00:00.044
And
the time field should be set to "17:30"
00:00:00.043
And
the date picker should be closed
00:00:00.004