Skip to content

Commit

Permalink
Fix snap test
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 4, 2016
1 parent 264f02d commit 9c3c2d7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
13 changes: 10 additions & 3 deletions tests/breadcrumb/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,17 @@ exports[`test renders ./components/breadcrumb/demo/router.md correctly 1`] = `
Application List
</a>
</div>
Home
Home Page
<div
style="margin-bottom:15px;margin-top:15px;padding-bottom:15px;border-bottom:1px dashed #ccc;">
Click the navigation above to switch:
class="ant-alert ant-alert-info ant-alert-no-icon"
data-show="true"
style="margin:16px 0;">
<span
class="ant-alert-message">
Click the navigation above to switch:
</span>
<span
class="ant-alert-description" />
</div>
<div
class="ant-breadcrumb">
Expand Down
15 changes: 12 additions & 3 deletions tests/steps/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ exports[`test renders ./components/steps/demo/icon.md correctly 1`] = `
<div
class="ant-steps-head-inner">
<span
class="ant-steps-icon anticon anticon-user" />
class="ant-steps-icon">
<i
class="anticon anticon-user" />
</span>
</div>
</div>
<div
Expand All @@ -134,7 +137,10 @@ exports[`test renders ./components/steps/demo/icon.md correctly 1`] = `
<div
class="ant-steps-head-inner">
<span
class="ant-steps-icon anticon anticon-solution" />
class="ant-steps-icon">
<i
class="anticon anticon-solution" />
</span>
</div>
</div>
<div
Expand All @@ -160,7 +166,10 @@ exports[`test renders ./components/steps/demo/icon.md correctly 1`] = `
<div
class="ant-steps-head-inner">
<span
class="ant-steps-icon anticon anticon-credit-card" />
class="ant-steps-icon">
<i
class="anticon anticon-credit-card" />
</span>
</div>
</div>
<div
Expand Down

0 comments on commit 9c3c2d7

Please sign in to comment.