Skip to content

Commit

Permalink
fix(iOS): reset wda local port to 8100
Browse files Browse the repository at this point in the history
Signed-off-by: Wally Huang <huang1988519@126.com>
  • Loading branch information
huang1988519 committed Aug 3, 2023
1 parent f38976f commit b4137ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@RunWith(Parameterized.class)
public class IOSDriverTest {
static IOSDriver iosDriver;
static String url = "http://localhost:8827";
static String url = "http://localhost:8100";

@Parameterized.Parameters
public static Object[][] data() {
Expand Down

0 comments on commit b4137ff

Please sign in to comment.