Skip to content

Commit 33097ef

Browse files
committed
Revert "added capability in ios config for enabling wordpress app"
This reverts commit ad6dfea.
1 parent ad6dfea commit 33097ef

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

ios/src/test/resources/conf/local.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"name": "local_appium_test",
99
"browserstack.debug": true,
1010
"browserstack.local": true,
11-
"app": "bs://<hashed app-id>",
12-
"browserstack.enterpriseApp":true
11+
"app": "bs://<hashed app-id>"
1312
},
1413

1514
"environments": [{

ios/src/test/resources/conf/parallel.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"build": "junit-browserstack",
88
"name": "parallel_appium_test",
99
"browserstack.debug": true,
10-
"app": "bs://<hashed app-id>",
11-
"browserstack.enterpriseApp":true
10+
"app": "bs://<hashed app-id>"
1211
},
1312

1413
"environments": [{

ios/src/test/resources/conf/single.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"build": "junit-browserstack",
88
"name": "single_appium_test",
99
"browserstack.debug": true,
10-
"app": "bs://22d213f11fb67f46d88ef0a5acc368a5ce06c0dc",
11-
"browserstack.enterpriseApp":true
10+
"app": "bs://<hashed app-id>"
1211
},
1312

1413
"environments": [{

0 commit comments

Comments
 (0)