File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
android/src/test/resources/conf Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 77 "build" : " junit-browserstack" ,
88 "name" : " single_appium_test" ,
99 "browserstack.debug" : true ,
10- "realMobile" : true ,
1110 "app" : " bs://<hashed app-id>"
1211 },
1312
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public void test() throws Exception {
3131 String matchedString = "" ;
3232 for (IOSElement textElement : textElements ) {
3333 String textContent = textElement .getText ();
34- if (textContent .contains ("not registered" )) {
34+ if (textContent != null && textContent .contains ("not registered" )) {
3535 matchedString = textContent ;
3636 }
3737 }
Original file line number Diff line number Diff line change 77 "build" : " junit-browserstack" ,
88 "name" : " single_appium_test" ,
99 "browserstack.debug" : true ,
10- "realMobile" : true ,
11- "app" : " bs://<hashed app-id>" ,
12- "automationName" : " XCUITest"
10+ "app" : " bs://<hashed app-id>"
1311 },
1412
1513 "environments" : [{
You can’t perform that action at this time.
0 commit comments