@wdio/visual-service 9.2.3 → 9.2.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @wdio/visual-service
2
2
 
3
+ ## 9.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 60997df: fix: prevent false emulation detection when checkElement is called inside an iframe after switchFrame
8
+
9
+ ### Committers: 1
10
+
11
+ - Taro.Nonoyama([@n2-freevas](https://github.com/n2-freevas))
12
+
13
+ - Updated dependencies [60997df]
14
+ - @wdio/image-comparison-core@1.2.4
15
+
3
16
  ## 9.2.3
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wdio/visual-service",
3
3
  "author": "Wim Selles - wswebcreation",
4
4
  "description": "Image comparison / visual regression testing for WebdriverIO",
5
- "version": "9.2.3",
5
+ "version": "9.2.4",
6
6
  "license": "MIT",
7
7
  "homepage": "https://webdriver.io/docs/visual-testing",
8
8
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "@wdio/logger": "^9.18.0",
25
25
  "@wdio/types": "^9.27.0",
26
26
  "expect-webdriverio": "^5.6.5",
27
- "@wdio/image-comparison-core": "1.2.3"
27
+ "@wdio/image-comparison-core": "1.2.4"
28
28
  },
29
29
  "scripts": {
30
30
  "build": "run-s clean build:*",