run_loop 1.2.0.pre2 → 1.2.0.pre3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/run_loop/version.rb +1 -1
- data/scripts/calabash_script_uia.js +3313 -3264
- data/scripts/run_loop_basic.js +1 -0
- data/scripts/run_loop_fast_uia.js +1 -0
- data/scripts/run_loop_host.js +1 -0
- data/scripts/run_loop_shared_element.js +1 -0
- metadata +2 -2
data/scripts/run_loop_basic.js
CHANGED
|
@@ -198,6 +198,7 @@ function isLocationPrompt(alert) {
|
|
|
198
198
|
["Ja", /Darf (?:.)+ Ihren aktuellen Ort verwenden/],
|
|
199
199
|
["OK", /Would Like to Access Your Photos/],
|
|
200
200
|
["OK", /Would Like to Access Your Contacts/],
|
|
201
|
+
["OK", /Location Accuracy/],
|
|
201
202
|
["OK", /запрашивает разрешение на использование Ващей текущей пгеопозиции/]
|
|
202
203
|
],
|
|
203
204
|
ans, exp,
|
|
@@ -205,6 +205,7 @@ function isLocationPrompt(alert) {
|
|
|
205
205
|
["Allow", /access your location/],
|
|
206
206
|
["OK", /Would Like to Access Your Photos/],
|
|
207
207
|
["OK", /Would Like to Access Your Contacts/],
|
|
208
|
+
["OK", /Location Accuracy/],
|
|
208
209
|
["OK", /запрашивает разрешение на использование Ващей текущей пгеопозиции/]
|
|
209
210
|
],
|
|
210
211
|
ans, exp,
|
data/scripts/run_loop_host.js
CHANGED
|
@@ -221,6 +221,7 @@ function isLocationPrompt(alert) {
|
|
|
221
221
|
["Ja", /Darf (?:.)+ Ihren aktuellen Ort verwenden/],
|
|
222
222
|
["OK", /Would Like to Access Your Photos/],
|
|
223
223
|
["OK", /Would Like to Access Your Contacts/],
|
|
224
|
+
["OK", /Location Accuracy/],
|
|
224
225
|
["OK", /запрашивает разрешение на использование Ващей текущей пгеопозиции/]
|
|
225
226
|
],
|
|
226
227
|
ans, exp,
|
|
@@ -205,6 +205,7 @@ function isLocationPrompt(alert) {
|
|
|
205
205
|
["Allow", /access your location/],
|
|
206
206
|
["OK", /Would Like to Access Your Photos/],
|
|
207
207
|
["OK", /Would Like to Access Your Contacts/],
|
|
208
|
+
["OK", /Location Accuracy/],
|
|
208
209
|
["OK", /запрашивает разрешение на использование Ващей текущей пгеопозиции/]
|
|
209
210
|
],
|
|
210
211
|
ans, exp,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: run_loop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.0.
|
|
4
|
+
version: 1.2.0.pre3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karl Krukow
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|