testcentricity_web 2.3.18 → 2.3.19

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46cfb329a606408f5145832f268199fa1b3590a1
4
- data.tar.gz: 7bae7e8f22feb92f28b914b9d9768607b26e6563
3
+ metadata.gz: 1db30a48925175fa7ae07a33294aaedc312e0ff5
4
+ data.tar.gz: edf7fcfaa0238ce5e93651cab207291c36e6f0bc
5
5
  SHA512:
6
- metadata.gz: 1797cf2da9ce93dbb13a69031d3346efb726806d975f81553d45049f9f0fb3d20ea042d1db153435290870a5ffedae1debc98f7e113bf7453729ff8af219e193
7
- data.tar.gz: 1376133aa0c001a8f9a10629f251a4fced2d5322e22885cc2f315ebb830f578b8d2a5b3886f09264b5a6127ca05a034517e62055dffd1c8cf4148da7db90b11f
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` |320 x 480 |portrait |Android 4
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
@@ -106,10 +106,10 @@
106
106
  :name: "Generic Android phone"
107
107
  :os: android
108
108
  :type: phone
109
- :css_width: 320
110
- :css_height: 480
109
+ :css_width: 360
110
+ :css_height: 640
111
111
  :default_orientation: portrait
112
- :user_agent: "Mozilla/5.0 (Linux; U; Android 4.0.1; en-us; sdk Build/ICS_MR0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30"
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
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '2.3.18'
2
+ VERSION = '2.3.19'
3
3
  end
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.18
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 00:00:00.000000000 Z
11
+ date: 2018-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler