terra-scroll
Advanced tools
Comparing version 2.30.0 to 2.31.0
@@ -5,2 +5,9 @@ # Changelog | ||
## 2.31.0 - (April 6, 2021) | ||
* Changed | ||
* Upgrade tests to terra-functional-testing and WebDriverIO v6 | ||
* Removed unnecessary `wdio.conf.js` file | ||
* Updated Jest command | ||
## 2.30.0 - (January 5, 2021) | ||
@@ -10,3 +17,3 @@ | ||
* Fixed broken links in documentation. | ||
## 2.29.0 - (December 8, 2020) | ||
@@ -13,0 +20,0 @@ |
@@ -36,3 +36,3 @@ "use strict"; | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } | ||
@@ -39,0 +39,0 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } |
{ | ||
"name": "terra-scroll", | ||
"main": "lib/Scroll.js", | ||
"version": "2.30.0", | ||
"version": "2.31.0", | ||
"description": "The terra-scroll is a content view that hides data accessible with scrolling and provides a refCallback.", | ||
@@ -39,9 +39,9 @@ "repository": { | ||
"test": "npm run lint && npm run jest && npm run wdio", | ||
"jest": "jest --config ../../jestconfig.js", | ||
"wdio-default": "cd ../.. && npx wdio", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio", | ||
"jest": "jest --config ../../jest.config.js", | ||
"wdio-default": "cd ../.. && terra wdio", | ||
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", | ||
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
}, | ||
"gitHead": "ded4e20a75b7e1fc40d9298b6d619fdea043815f" | ||
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61" | ||
} |
@@ -11,3 +11,3 @@ Terra.describeViewports('Scroll', ['huge'], () => { | ||
it('scroll the view', () => { | ||
browser.click('#scroll'); | ||
$('#scroll').click(); | ||
}); | ||
@@ -14,0 +14,0 @@ |
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
48025
27
317