File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/test/java/com/lambdatest/ltOptions_w3c Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public void setUp() throws Exception {
34
34
ltOptions .put ("enableCustomTranslation" , true );
35
35
ltOptions .put ("platformName" , "android" );
36
36
ltOptions .put ("deviceName" , ".*" );
37
- // ltOptions.put("platformVersion", "10 ");
37
+ ltOptions .put ("platformVersion" , "13 " );
38
38
ltOptions .put ("deviceOrientation" , "PORTRAIT" );
39
39
ltOptions .put ("build" , "JUNIT_lt:options_w3c" );
40
40
ltOptions .put ("name" , "android_lt:options_w3c" );
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public void setUp() throws Exception {
35
35
ltOptions .put ("enableCustomTranslation" , true );
36
36
ltOptions .put ("platformName" , "android" );
37
37
ltOptions .put ("deviceName" , ".*" );
38
- // ltOptions.put("platformVersion", "10 ");
38
+ ltOptions .put ("platformVersion" , "12 " );
39
39
ltOptions .put ("app" , app_id );
40
40
ltOptions .put ("deviceOrientation" , "PORTRAIT" );
41
41
ltOptions .put ("build" , "JUNIT_lt:options_w3c" );
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public void setUp() throws Exception {
34
34
ltOptions .put ("enableCustomTranslation" , true );
35
35
ltOptions .put ("platformName" , "ios" );
36
36
ltOptions .put ("deviceName" , ".*" );
37
- // ltOptions.put("platformVersion", "10 ");
37
+ ltOptions .put ("platformVersion" , "16 " );
38
38
ltOptions .put ("deviceOrientation" , "PORTRAIT" );
39
39
ltOptions .put ("build" , "JUNIT_lt:options_w3c" );
40
40
ltOptions .put ("name" , "ios_lt:options_w3c" );
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public void setUp() throws Exception {
34
34
ltOptions .put ("enableCustomTranslation" , true );
35
35
ltOptions .put ("platformName" , "ios" );
36
36
ltOptions .put ("deviceName" , ".*" );
37
- // ltOptions.put("platformVersion", "15");
37
+ ltOptions .put ("platformVersion" , "15" );
38
38
ltOptions .put ("app" , app_id );
39
39
ltOptions .put ("deviceOrientation" , "PORTRAIT" );
40
40
ltOptions .put ("build" , "JUNIT_lt:options_w3c" );
You can’t perform that action at this time.
0 commit comments