testcentricity_web 4.1.2.1 → 4.1.5

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
  SHA256:
3
- metadata.gz: 2380bc5758da2d91ff5353810388b7edd86b2599ce7edcca40fd4f2eb18e0b60
4
- data.tar.gz: 879395d5eebf52671bc1149e1899cd10e6c92e72b4adc0acbc6c0acb57784102
3
+ metadata.gz: 022bc17f6fc489c52de9a91fdccb61b722db97cb17b2c21951a2650930adeeb8
4
+ data.tar.gz: cfeefd68b74714b35b738f865b8c5796d4ebe3c302bed0deff208cef34d4f225
5
5
  SHA512:
6
- metadata.gz: f1aa8e9a82351b9083b3444e67612a148e0ac85fe3c0d1333a8267ae2068bd62be869de74073092da07db8a0b2780c679477d36a9023ef4a644c0e3d2b86f8f3
7
- data.tar.gz: faef46efa348af92f867161ea242746bd6e6b27713bbbdfa47b544836252056798a2191b19d23d9af38b0367c6e2ab784aca3fcfc00e8cb87417868a740540be
6
+ metadata.gz: 19bb489e029052084ba7c4d3c29bc7a1a5f483039624048860be14ba75d2e8960667410ac7b838a962eac263cd80bb0bf66e881b592f03ce91bcd3ebd45c2e15
7
+ data.tar.gz: 2f45f5c2dda5f485a123527c394f5480e91f1bb123c58efe1a7bf56225388bb0cbed82abbf0c01618d6c370ac7cd6b03f350a338025e06da5597b19989e849b2
data/CHANGELOG.md CHANGED
@@ -2,10 +2,34 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
4
 
5
+ ## [4.1.5] - 15-MAR-2022
6
+
7
+ ### Fixed
8
+ * `SelectList.selected?` now correctly returns selected value for custom `selectlist` controls.
9
+
10
+ ### Updated
11
+ * Updated HTML documentation.
12
+
13
+
14
+ ## [4.1.4] - 09-MAR-2022
15
+
16
+ ### Fixed
17
+ * `Environ.driver` is now correctly set to `:appium` when target test browser is running on iOS or Android simulators or physical devices.
18
+
19
+
20
+ ## [4.1.3] - 08-MAR-2022
21
+
22
+ ### Fixed
23
+ * Fixed `AppiumServer.start` so that it no longer times out after failing to start Appium.
24
+
25
+ ### Updated
26
+ * Updated docs regarding the `SHUTDOWN_OTHER_SIMS` Environment Variable when testing on iOS Simulators.
27
+
28
+
5
29
  ## [4.1.2] - 07-MAR-2022
6
30
 
7
- ### Changed
8
- * Updated HTML documentation
31
+ ### Updated
32
+ * Updated HTML documentation.
9
33
 
10
34
 
11
35
  ## [4.1.1] - 03-MAR-2022
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- testcentricity_web (4.1.2.1)
4
+ testcentricity_web (4.1.5)
5
5
  appium_lib
6
6
  browserstack-local
7
7
  capybara (>= 3.1, < 4)