testcentricity_web 2.1.9 → 2.1.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8189476c44eac8fb1dfd4373aea36aaefa1e088
4
- data.tar.gz: 4dc3de8088f6744c245401ae24f0c1cc442cb2d9
3
+ metadata.gz: 81fb7660f3a4e3aa744ff25889798056d233ee68
4
+ data.tar.gz: fcd707ae516c343ff76c18a175e3a4be516d2139
5
5
  SHA512:
6
- metadata.gz: c4469ac8503ce95dd5ed4f873f39c18825e9bda366cd12a631c37b869979f392cf1ecd67c61c58a5e0cee938eb7de64e3bc3dc05a5b817971c63fdb2067d7862
7
- data.tar.gz: 14b58153a047d2bed28977f8e57cc65abe9bc317a7bcd964a9295e381d0d50a7b04bcffa9bdfe39deed7d021d9ab2aa54e27ceeb9f22f202d76bbb97b8722966
6
+ metadata.gz: d95a0521e9176fc3530a8f654bd8ba6393f2782c16b3deda8900e325463f6e201e1f2c224957d27d0279a28da573acf4561cc17f2f5824694e5d74bb90e41971
7
+ data.tar.gz: c14148e28b7fcf03c3e84980709aa285834cbcbea7d6665f64baa06dee94cc91943d9685db4abda6ab6f89b9f5bc8db964cada09d8eed3e0263d1d9efede9775
data/README.md CHANGED
@@ -23,6 +23,11 @@ feature incomplete and potentially unstable. More information can be found [here
23
23
 
24
24
 
25
25
  ## What's New
26
+
27
+ ###Version 2.1.10
28
+
29
+ * Added device profiles for iPhone 7 (iOS 10) with Mobile Firefox browser and iPad (iOS 10) with Mobile Firefox browser
30
+
26
31
  ###Version 2.1.8
27
32
 
28
33
  * Added `PageSection.verify_list_items` method for **Indexed PageSection Objects**.
@@ -787,6 +792,7 @@ mobile web browsers, the `WEB_BROWSER` Environment Variable must be set to one o
787
792
  `ipad_pro` |`firefox` or `chrome` |1366 x 1024|landscape |iOS 11
788
793
  `ipad_pro_10_5` |`firefox` or `chrome` |1112 x 834 |landscape |iOS 11
789
794
  `ipad_chrome` |`firefox` or `chrome` |1024 x 768 |landscape |iOS 10 - Mobile Chrome browser for iOS
795
+ `ipad_firefox` |`firefox` or `chrome` |1024 x 768 |landscape |iOS 10 - Mobile Firefox browser for iOS
790
796
  `android_tablet` |`firefox` or `chrome` |1024 x 768 |landscape |Android 3.0
791
797
  `kindle_fire` |`firefox` or `chrome` |1024 x 600 |landscape |
792
798
  `kindle_firehd7` |`firefox` or `chrome` |800 x 480 |landscape |Fire OS 3
@@ -806,6 +812,7 @@ mobile web browsers, the `WEB_BROWSER` Environment Variable must be set to one o
806
812
  `iphone7` |`firefox` or `chrome` |375 x 667 |portrait |iOS 10
807
813
  `iphone7_plus` |`firefox` or `chrome` |414 x 736 |portrait |iOS 10
808
814
  `iphone7_chrome` |`firefox` or `chrome` |375 x 667 |portrait |iOS 10 - Mobile Chrome browser for iOS
815
+ `iphone7_firefox` |`firefox` or `chrome` |375 x 667 |portrait |iOS 10 - Mobile Firefox browser for iOS
809
816
  `iphone8` |`firefox` or `chrome` |375 x 667 |portrait |iOS 11
810
817
  `iphone8_plus` |`firefox` or `chrome` |414 x 736 |portrait |iOS 11
811
818
  `iphonex` |`firefox` or `chrome` |375 x 812 |portrait |iOS 11
@@ -53,7 +53,14 @@
53
53
  :css_width: 375
54
54
  :css_height: 667
55
55
  :default_orientation: portrait
56
- :user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1"
56
+ :user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) CriOS/62.0.3202.70 Mobile/14G60 Safari/602.1"
57
+ :iphone7_firefox:
58
+ :name: "iPhone 7 - Firefox"
59
+ :os: "ios"
60
+ :css_width: 375
61
+ :css_height: 667
62
+ :default_orientation: portrait
63
+ :user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/10.1b7709 Mobile/14G60 Safari/603.3.8"
57
64
  :iphone8:
58
65
  :name: "iPhone 8"
59
66
  :os: "ios"
@@ -193,7 +200,14 @@ nexus6:
193
200
  :css_width: 1024
194
201
  :css_height: 768
195
202
  :default_orientation: landscape
196
- :user_agent: "Mozilla/5.0 (iPad; CPU OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1"
203
+ :user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) CriOS/62.0.3202.70 Mobile/14G60 Safari/602.1"
204
+ :ipad_firefox:
205
+ :name: "iPad - Firefox"
206
+ :os: "ios"
207
+ :css_width: 1024
208
+ :css_height: 768
209
+ :default_orientation: landscape
210
+ :user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/10.1b7709 Mobile/14G60 Safari/603.3.8"
197
211
  :android_tablet:
198
212
  :name: "Generic Android tablet"
199
213
  :os: "android"
@@ -68,7 +68,7 @@ module TestCentricity
68
68
  def verify_list_items(expected, enqueue = false)
69
69
  actual = get_list_items
70
70
  enqueue ?
71
- ExceptionQueue.enqueue_assert_equal(expected, actual, "Expected list #{object_ref_message}") :
71
+ ExceptionQueue.enqueue_assert_equal(expected, actual, "Expected list '#{get_name}' (#{get_locator})") :
72
72
  assert_equal(expected, actual, "Expected list object '#{get_name}' (#{get_locator}) to be #{expected} but found #{actual}")
73
73
  end
74
74
 
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '2.1.9'
2
+ VERSION = '2.1.10'
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.1.9
4
+ version: 2.1.10
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: 2017-11-13 00:00:00.000000000 Z
11
+ date: 2017-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler