ember-cli-test-helpers
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -146,2 +146,2 @@ var isVisible = function(selector) { | ||
export {isTextInput, isEmailInput, isPasswordInput, isTelInput, isHiddenInput, isCheckbox, isRadioButton, isRadioButtonWithText, isTextButton, isLink, | ||
isFocused, selectRadioButton, setCheckboxChecked}; | ||
isFocused, selectRadioButton, setCheckboxChecked, isHidden, isVisible}; |
{ | ||
"name": "ember-cli-test-helpers", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A collection of test helpers for ember web applications", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
9728