terra-scroll
Advanced tools
Comparing version 2.28.0 to 2.29.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 2.29.0 - (December 8, 2020) | ||
* Changed | ||
* Update wdio tests to remove deprecated Terra.it helpers | ||
## 2.28.0 - (August 4, 2020) | ||
@@ -7,0 +12,0 @@ |
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -18,4 +20,2 @@ value: true | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "terra-scroll", | ||
"main": "lib/Scroll.js", | ||
"version": "2.28.0", | ||
"version": "2.29.0", | ||
"description": "The terra-scroll is a content view that hides data accessible with scrolling and provides a refCallback.", | ||
@@ -45,3 +45,3 @@ "repository": { | ||
}, | ||
"gitHead": "25fa65c7df029c2a5341095ada3341e558a3257b" | ||
"gitHead": "a831aafb7547ff092f55bb322c2800129e51fdf9" | ||
} |
Terra.describeViewports('Scroll', ['huge'], () => { | ||
before(() => { | ||
browser.url('/#/raw/tests/terra-scroll/scroll/default'); | ||
browser.url('/raw/tests/terra-scroll/scroll/default'); | ||
}); | ||
Terra.it.validatesElement('before-click', { selector: '#scroll-test' }); | ||
it('should display Scroll before click', () => { | ||
Terra.validates.element('before-click', { selector: '#scroll-test' }); | ||
}); | ||
@@ -12,3 +14,5 @@ it('scroll the view', () => { | ||
Terra.it.matchesScreenshot('after-click', { selector: '#scroll-test' }); | ||
it('should display Scroll after click', () => { | ||
Terra.validates.element('after-click', { selector: '#scroll-test' }); | ||
}); | ||
}); |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
48033
321
1