Skip to content

Commit

Permalink
fix: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed Oct 30, 2023
1 parent dca2f42 commit 1fe9270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ exports[`whatsapp/components/tabs/AccountTab.vue should be rendered properly 1`]
<div class="account-tab__content__info__templates__buttons__title">
Templates
</div>
<unnnic-button-next type="secondary" size="small" scheme="feedback-green" class="account-tab__content__info__templates__buttons__button">
<unnnicbutton-stub type="alternative" size="small" scheme="feedback-green" class="account-tab__content__info__templates__buttons__button">
See my templates
</unnnic-button-next>
</unnnicbutton-stub>
</div>
<div class="account-tab__content__info__templates__buttons">
<div class="account-tab__content__info__templates__buttons__title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

exports[`views/whatsAppCatalogs/List.vue should be rendered properly 1`] = `
<div class="whatsapp-catalogs">
<div>
<list-stub></list-stub>
</div>
<list-stub></list-stub>
</div>
`;

0 comments on commit 1fe9270

Please sign in to comment.