@qawolf/build-workflow
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -37,2 +37,4 @@ "use strict"; | ||
const shouldBuildStep = !nextPressIsConsecutive || | ||
press.code === "Enter" || | ||
press.code === "Tab" || | ||
nextPress.code === "Enter" || | ||
@@ -39,0 +41,0 @@ nextPress.code === "Tab"; |
{ | ||
"name": "@qawolf/build-workflow", | ||
"description": "build qawolf workflow from events", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"license": "BSD-3.0", | ||
@@ -26,3 +26,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@qawolf/browser": "^0.5.1", | ||
"@qawolf/browser": "^0.5.2", | ||
"lodash": "^4.17.15" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "3904cf783aafd321df66a1b7af2d6c44ef7f5304" | ||
"gitHead": "c6108517d820cb9762c4a1339124a3f890395e87" | ||
} |
@@ -57,2 +57,5 @@ import { | ||
!nextPressIsConsecutive || | ||
// separate Enter and Tab to their own steps | ||
press!.code === "Enter" || | ||
press!.code === "Tab" || | ||
nextPress!.code === "Enter" || | ||
@@ -59,0 +62,0 @@ nextPress!.code === "Tab"; |
Sorry, the diff of this file is not supported yet
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
29515
524
Updated@qawolf/browser@^0.5.2