File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 46
46
. expect ( elements . table . exists )
47
47
. ok ( )
48
48
. click ( elements . rewindButton )
49
+ . expect ( elements . rewindToBaseInput . exists )
50
+ . ok ( )
51
+ . click ( elements . rewindToBaseInput )
49
52
. expect ( elements . rewindToInput . exists )
50
53
. ok ( )
54
+ . click ( elements . rewindToInput )
51
55
. typeText ( elements . rewindToInput , "01/01/2015 00:00" )
52
56
. click ( elements . rewindDataButton ) ;
53
57
} )
Original file line number Diff line number Diff line change @@ -179,6 +179,10 @@ export const rewindButton = Selector("button").withAttribute(
179
179
"id" ,
180
180
"rewind-objects-list" ,
181
181
) ;
182
+ export const rewindToBaseInput = Selector ( "input" ) . withAttribute (
183
+ "id" ,
184
+ "rewind-selector-DateTimeInput" ,
185
+ ) ;
182
186
export const rewindToInput = Selector ( "input" ) . withAttribute (
183
187
"id" ,
184
188
"rewind-selector" ,
You can’t perform that action at this time.
0 commit comments