There was an error while loading. Please reload this page.
1 parent a8a3ca7 commit df62286Copy full SHA for df62286
src/test/java/com/lambdatest/ios.java
@@ -21,7 +21,7 @@ public class ios {
21
: System.getenv("LT_ACCESS_KEY");
22
public static RemoteWebDriver driver = null;
23
public String app_id = System.getenv("LT_APP_ID") == null ?
24
- "lt://proverbial-android" :
+ "lt://proverbial-ios" :
25
System.getenv("LT_APP_ID"); //Enter your LambdaTest App ID at the place of lt://proverbial-android
26
27
public String grid_url = System.getenv("LT_GRID_URL") == null ?
0 commit comments