terra-demographics-banner
Advanced tools
Comparing version 3.50.0 to 3.51.0
@@ -5,2 +5,9 @@ # Changelog | ||
## 3.51.0 - (April 6, 2021) | ||
* Changed | ||
* Removed unnecessary `wdio.conf.js` file | ||
* Updated to terra-functional-testing | ||
* Updated Jest command | ||
## 3.50.0 - (March 2, 2021) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "terra-demographics-banner", | ||
"main": "lib/DemographicsBanner.js", | ||
"version": "3.50.0", | ||
"version": "3.51.0", | ||
"description": "The demographics component is used to display demographic information about a person in a condensed, easy to read format.", | ||
@@ -32,6 +32,6 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-image": "^3.33.0", | ||
"terra-responsive-element": "^5.29.0", | ||
"terra-image": "^3.34.0", | ||
"terra-responsive-element": "^5.30.0", | ||
"terra-theme-context": "^1.0.0", | ||
"terra-visually-hidden-text": "^2.31.0" | ||
"terra-visually-hidden-text": "^2.32.0" | ||
}, | ||
@@ -45,9 +45,9 @@ "scripts": { | ||
"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": "31a55a132a87238b1ca4616fdc4e3e16d80290bd" | ||
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61" | ||
} |
@@ -5,3 +5,3 @@ Terra.describeViewports('Demographics Banner', ['tiny', 'large'], () => { | ||
Terra.validates.element('blank'); | ||
Terra.validates.element('blank banner'); | ||
}); | ||
@@ -12,3 +12,3 @@ | ||
Terra.validates.element('deceased'); | ||
Terra.validates.element('deceased banner'); | ||
}); | ||
@@ -37,4 +37,4 @@ | ||
Terra.validates.element('populated'); | ||
Terra.validates.element('populated banner'); | ||
}); | ||
}); |
114979
77
1641