@argos-ci/browser
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -41,3 +41,3 @@ (function () { | ||
*/ function setAndBackupSpellcheck(element, spellcheck) { | ||
element.setAttribute("data-argos-bck-position", element.getAttribute("spellcheck") ?? "unset"); | ||
element.setAttribute("data-argos-bck-spellcheck", element.getAttribute("spellcheck") ?? "unset"); | ||
element.setAttribute("spellcheck", spellcheck); | ||
@@ -66,2 +66,3 @@ } | ||
} | ||
input.removeAttribute("data-argos-bck-spellcheck"); | ||
}); | ||
@@ -135,2 +136,3 @@ } | ||
} | ||
element.removeAttribute("data-argos-bck-position"); | ||
}); | ||
@@ -137,0 +139,0 @@ } |
{ | ||
"name": "@argos-ci/browser", | ||
"description": "Browser utilities to stabilize visual testing.", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"author": "Smooth Code", | ||
@@ -48,3 +48,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "f2c984da3cf1da7e88dce8c0e90870133da4aae5" | ||
"gitHead": "0b8d5b41b6d985dfe671a11867d015cc7bfdfc7d" | ||
} |
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
24553
464