Skip to content

Commit

Permalink
fix: update test snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilun-Sun committed Oct 12, 2022
1 parent d9421cb commit 3a2eedd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/guide/__tests__/__snapshots__/guide.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ exports[`base.jsx 1`] = `
</div>
</div>
<div
class="t-row action-base t-row--start t-row--top"
class="t-row action action-base t-row--start t-row--top"
style="margin-left: 0px; margin-right: 0px;"
>
<button
Expand Down Expand Up @@ -436,7 +436,7 @@ exports[`dialog.jsx 1`] = `
</div>
</div>
<div
class="t-row action-dialog t-row--start t-row--top"
class="t-row action action-dialog t-row--start t-row--top"
style="margin-left: 0px; margin-right: 0px;"
>
<button
Expand Down Expand Up @@ -665,7 +665,7 @@ exports[`no-mask.jsx 1`] = `
</div>
</div>
<div
class="t-row action-no-mask t-row--start t-row--top"
class="t-row action action-no-mask t-row--start t-row--top"
style="margin-left: 0px; margin-right: 0px;"
>
<button
Expand Down Expand Up @@ -826,7 +826,7 @@ exports[`popup-dialog.jsx 1`] = `
</div>
</div>
<div
class="t-row action-popup-dialog t-row--start t-row--top"
class="t-row action action-popup-dialog t-row--start t-row--top"
style="margin-left: 0px; margin-right: 0px;"
>
<button
Expand Down

0 comments on commit 3a2eedd

Please sign in to comment.