Skip to content

Commit

Permalink
fix snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 1, 2017
1 parent 0675acc commit 5eef3fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
3 changes: 3 additions & 0 deletions components/calendar/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ exports[`test renders ./components/calendar/demo/basic.md correctly 1`] = `
</td>
</tr>
<tr
class="ant-fullcalendar-current-week"
role="row">
<td
class="ant-fullcalendar-cell"
Expand Down Expand Up @@ -1259,6 +1260,7 @@ exports[`test renders ./components/calendar/demo/card.md correctly 1`] = `
</td>
</tr>
<tr
class="ant-fullcalendar-current-week"
role="row">
<td
class="ant-fullcalendar-cell"
Expand Down Expand Up @@ -2187,6 +2189,7 @@ exports[`test renders ./components/calendar/demo/notice-calendar.md correctly 1`
</td>
</tr>
<tr
class="ant-fullcalendar-current-week"
role="row">
<td
class="ant-fullcalendar-cell"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ exports[`test renders ./components/locale-provider/demo/all.md correctly 1`] = `
</td>
</tr>
<tr
class="ant-fullcalendar-current-week"
role="row">
<td
class="ant-fullcalendar-cell"
Expand Down
24 changes: 12 additions & 12 deletions components/table/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3792,10 +3792,10 @@ exports[`test renders ./components/table/demo/fixed-columns-header.md correctly
</table>
</div>
<div
class="ant-table-body-outer"
style="height:300px;">
class="ant-table-body-outer">
<div
class="ant-table-body-inner">
class="ant-table-body-inner"
style="max-height:300px;overflow-y:scroll;">
<table
class="ant-table-fixed">
<colgroup>
Expand Down Expand Up @@ -3975,10 +3975,10 @@ exports[`test renders ./components/table/demo/fixed-columns-header.md correctly
</table>
</div>
<div
class="ant-table-body-outer"
style="height:300px;">
class="ant-table-body-outer">
<div
class="ant-table-body-inner">
class="ant-table-body-inner"
style="max-height:300px;overflow-y:scroll;">
<table
class="ant-table-fixed">
<colgroup>
Expand Down Expand Up @@ -5749,10 +5749,10 @@ exports[`test renders ./components/table/demo/grouping-columns.md correctly 1`]
</table>
</div>
<div
class="ant-table-body-outer"
style="height:240px;">
class="ant-table-body-outer">
<div
class="ant-table-body-inner">
class="ant-table-body-inner"
style="max-height:240px;overflow-y:scroll;">
<table
class="ant-table-fixed">
<colgroup>
Expand Down Expand Up @@ -5891,10 +5891,10 @@ exports[`test renders ./components/table/demo/grouping-columns.md correctly 1`]
</table>
</div>
<div
class="ant-table-body-outer"
style="height:240px;">
class="ant-table-body-outer">
<div
class="ant-table-body-inner">
class="ant-table-body-inner"
style="max-height:240px;overflow-y:scroll;">
<table
class="ant-table-fixed">
<colgroup>
Expand Down

0 comments on commit 5eef3fa

Please sign in to comment.