File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
UITests/UITests.Tests.Shared/Controls Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ public static void ClassCleanup()
3939 [ TestPage ( "RangeSelectorTestPage" ) ]
4040 public void SimpleTestMethod2 ( )
4141 {
42- var inputStepFrequency = new TextBlock ( FindElement . ById ( "inputStepFrequency" ) ) ;
43- var inputMinimum = new TextBlock ( FindElement . ById ( "inputMinimum" ) ) ;
44- var inputRangeStart = new TextBlock ( FindElement . ById ( "inputRangeStart" ) ) ;
45- var inputRangeEnd = new TextBlock ( FindElement . ById ( "inputRangeEnd" ) ) ;
46- var inputMaximum = new TextBlock ( FindElement . ById ( "inputMaximum" ) ) ;
42+ var inputStepFrequency = new Edit ( FindElement . ById ( "inputStepFrequency" ) ) ;
43+ var inputMinimum = new Edit ( FindElement . ById ( "inputMinimum" ) ) ;
44+ var inputRangeStart = new Edit ( FindElement . ById ( "inputRangeStart" ) ) ;
45+ var inputRangeEnd = new Edit ( FindElement . ById ( "inputRangeEnd" ) ) ;
46+ var inputMaximum = new Edit ( FindElement . ById ( "inputMaximum" ) ) ;
4747
4848 var submitStepFrequency = new Button ( FindElement . ById ( "submitStepFrequency" ) ) ;
4949 var submitMinimum = new Button ( FindElement . ById ( "submitMinimum" ) ) ;
You can’t perform that action at this time.
0 commit comments