terra-markdown
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -7,2 +7,7 @@ Changelog | ||
2.6.0 - (May 30, 2018) | ||
------------------ | ||
### Changed | ||
* Updated structure to match terra-dev-site 1.0 and moved doc examples internal. | ||
2.5.0 - (May 9, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-markdown", | ||
"main": "lib/Markdown.js", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "terra-markdown", | ||
@@ -6,0 +6,0 @@ "repository": { |
import React from 'react'; | ||
import Markdown from '../../src/Markdown'; | ||
import MockREADME from '../nightwatch/MockREADME.md'; | ||
import MockREADME from '../../src/terra-dev-site/test/markdown/MockREADME.md'; | ||
@@ -5,0 +5,0 @@ it('should render correctly', () => { |
@@ -6,3 +6,3 @@ // eslint-disable-next-line import/no-extraneous-dependencies | ||
'Displays a props table': (browser) => { | ||
browser.url(`${browser.launchUrl}/#/raw/tests/markdown/mock-markdown`) | ||
browser.url(`${browser.launchUrl}/#/raw/tests/terra-markdown/markdown/mock-markdown`) | ||
.assert.elementPresent('[class*="markdown-body"]'); | ||
@@ -12,3 +12,3 @@ }, | ||
'Displays the component title': (browser) => { | ||
browser.url(`${browser.launchUrl}/#/raw/tests/markdown/mock-markdown`) | ||
browser.url(`${browser.launchUrl}/#/raw/tests/terra-markdown/markdown/mock-markdown`) | ||
.assert.elementPresent('#terra-mock-component'); | ||
@@ -18,3 +18,3 @@ }, | ||
'Displays the component getting started section': (browser) => { | ||
browser.url(`${browser.launchUrl}/#/raw/tests/markdown/mock-markdown`) | ||
browser.url(`${browser.launchUrl}/#/raw/tests/terra-markdown/markdown/mock-markdown`) | ||
.assert.elementPresent('#getting-started'); | ||
@@ -24,3 +24,3 @@ }, | ||
'Displays the component usage section': (browser) => { | ||
browser.url(`${browser.launchUrl}/#/raw/tests/markdown/mock-markdown`) | ||
browser.url(`${browser.launchUrl}/#/raw/tests/terra-markdown/markdown/mock-markdown`) | ||
.assert.elementPresent('#usage'); | ||
@@ -30,3 +30,3 @@ }, | ||
'Displays the component example code': (browser) => { | ||
browser.url(`${browser.launchUrl}/#/raw/tests/markdown/mock-markdown`) | ||
browser.url(`${browser.launchUrl}/#/raw/tests/terra-markdown/markdown/mock-markdown`) | ||
.assert.elementPresent('.lang-jsx'); | ||
@@ -36,5 +36,5 @@ }, | ||
'Displays the component features': (browser) => { | ||
browser.url(`${browser.launchUrl}/#/raw/tests/markdown/mock-markdown`) | ||
browser.url(`${browser.launchUrl}/#/raw/tests/terra-markdown/markdown/mock-markdown`) | ||
.assert.elementPresent('#component-features'); | ||
}, | ||
}); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
23550
17
127
1