testcentricity_web 2.3.18 → 2.3.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/lib/devices/devices.yml +3 -3
- data/lib/testcentricity_web/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1db30a48925175fa7ae07a33294aaedc312e0ff5
|
4
|
+
data.tar.gz: edf7fcfaa0238ce5e93651cab207291c36e6f0bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 504c1a4a3e1d51245484bf9570c6ccde658f955f89f9ef4e92d76b9bfd12cce190e1c01665fdfbc771b5e55a701c833e061ab46e7b91868d60381ade45513389
|
7
|
+
data.tar.gz: f47de499c5abf55e000322d489b51f6c5c4af5c2e538ced63151b9292893d84d2c10d72d8cc14908faafa639e4152fe65039106e8b312187249f02a98717b801
|
data/README.md
CHANGED
@@ -152,6 +152,10 @@ use the [parallel_tests gem](https://rubygems.org/gems/parallel_tests) to decrea
|
|
152
152
|
|
153
153
|
|
154
154
|
## What's Fixed
|
155
|
+
###Version 2.3.19
|
156
|
+
|
157
|
+
* Fixed device profile for `android_phone` - Generic Android Phone
|
158
|
+
|
155
159
|
###Version 2.3.18
|
156
160
|
|
157
161
|
* Fixed `SelectList.choose_option` to also accept `:text`, `:value`, and `:index` option hashes across all types of select list objects.
|
@@ -934,7 +938,7 @@ the `WEB_BROWSER` Environment Variable must be set to one of the values from the
|
|
934
938
|
`iphone8` |`chrome` |375 x 667 |portrait |iOS 11
|
935
939
|
`iphone8_plus` |`chrome` |414 x 736 |portrait |iOS 11
|
936
940
|
`iphonex` |`chrome` |375 x 812 |portrait |iOS 11
|
937
|
-
`android_phone` |`chrome` |
|
941
|
+
`android_phone` |`chrome` |360 x 640 |portrait |Android 4.2.1
|
938
942
|
`nexus6` |`chrome` |411 x 731 |portrait |Android 6
|
939
943
|
`pixel` |`chrome` |411 x 731 |portrait |Android 8
|
940
944
|
`pixel_xl` |`chrome` |411 x 731 |portrait |Android 8
|
data/lib/devices/devices.yml
CHANGED
@@ -106,10 +106,10 @@
|
|
106
106
|
:name: "Generic Android phone"
|
107
107
|
:os: android
|
108
108
|
:type: phone
|
109
|
-
:css_width:
|
110
|
-
:css_height:
|
109
|
+
:css_width: 360
|
110
|
+
:css_height: 640
|
111
111
|
:default_orientation: portrait
|
112
|
-
:user_agent: "Mozilla/5.0 (Linux;
|
112
|
+
:user_agent: "Mozilla/5.0 (Linux; Android 4.2.1; en-us; Nexus 5 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19"
|
113
113
|
nexus6:
|
114
114
|
:name: "Nexus 6 or 6P phone"
|
115
115
|
:os: android
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: testcentricity_web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- A.J. Mrozinski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|