Skip to content

Commit

Permalink
update carousel snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yociduo committed Apr 28, 2019
1 parent 5ca3579 commit 470412b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions components/carousel/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ exports[`renders ./components/carousel/demo/autoplay.md correctly 1`] = `
</div>
</div>
<ul
class="slick-dots"
class="slick-dots slick-dots-bottom"
style="display:block"
>
<li
Expand Down Expand Up @@ -396,7 +396,7 @@ exports[`renders ./components/carousel/demo/basic.md correctly 1`] = `
</div>
</div>
<ul
class="slick-dots"
class="slick-dots slick-dots-bottom"
style="display:block"
>
<li
Expand Down Expand Up @@ -522,7 +522,7 @@ exports[`renders ./components/carousel/demo/fade.md correctly 1`] = `
</div>
</div>
<ul
class="slick-dots"
class="slick-dots slick-dots-bottom"
style="display:block"
>
<li
Expand Down Expand Up @@ -738,7 +738,7 @@ exports[`renders ./components/carousel/demo/vertical.md correctly 1`] = `
</div>
</div>
<ul
class="slick-dots"
class="slick-dots slick-dots-right"
style="display:block"
>
<li
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5517,7 +5517,7 @@ exports[`ConfigProvider components Carousel configProvider 1`] = `
</div>
</div>
<ul
class="slick-dots"
class="slick-dots slick-dots-bottom"
style="display:block"
>
<li
Expand Down Expand Up @@ -5647,7 +5647,7 @@ exports[`ConfigProvider components Carousel normal 1`] = `
</div>
</div>
<ul
class="slick-dots"
class="slick-dots slick-dots-bottom"
style="display:block"
>
<li
Expand Down Expand Up @@ -5777,7 +5777,7 @@ exports[`ConfigProvider components Carousel prefixCls 1`] = `
</div>
</div>
<ul
class="slick-dots"
class="slick-dots slick-dots-bottom"
style="display:block"
>
<li
Expand Down

0 comments on commit 470412b

Please sign in to comment.