@wdio/utils
Advanced tools
Comparing version 6.1.8 to 6.1.17
@@ -60,3 +60,3 @@ "use strict"; | ||
arg = '<fn>'; | ||
} else if (typeof arg === 'string' && isBase64(arg)) { | ||
} else if (typeof arg === 'string' && !commandName.startsWith('findElement') && isBase64(arg)) { | ||
arg = SCREENSHOT_REPLACEMENT; | ||
@@ -63,0 +63,0 @@ } else if (typeof arg === 'string') { |
{ | ||
"name": "@wdio/utils", | ||
"version": "6.1.8", | ||
"version": "6.1.17", | ||
"description": "A WDIO helper utility to provide several utility functions used across the project.", | ||
@@ -39,3 +39,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "2f7008522802d2b15705fb300aa93c544e0af405" | ||
"gitHead": "42fe58a0d389b92dde38d7315b669a6bfc4cc55d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30121