Skip to content

Commit

Permalink
Merge branch 'feat/add-guide-tour' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Aug 23, 2024
2 parents 06cd9ef + e526185 commit a2d6e4b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions __tests__/components/__snapshots__/CheckboxList.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ exports[`CheckboxList > should render label and list 1`] = `
>
<svg
class="unnnic-icon unnnic-icon__size--md unnnic-icon-scheme--neutral-clean unnnic-checkbox disabled"
data-v-930380cc=""
data-testid="old-map-icons"
data-v-1a90efc1=""
data-v-dd1b9fa3=""
fill="none"
height="40"
Expand Down Expand Up @@ -67,7 +68,8 @@ exports[`CheckboxList > should render label and list 1`] = `
>
<svg
class="unnnic-icon unnnic-icon__size--md unnnic--clickable unnnic-icon-scheme--neutral-clean unnnic-checkbox"
data-v-930380cc=""
data-testid="old-map-icons"
data-v-1a90efc1=""
data-v-dd1b9fa3=""
fill="none"
height="40"
Expand Down Expand Up @@ -106,7 +108,8 @@ exports[`CheckboxList > should render label and list 1`] = `
>
<svg
class="unnnic-icon unnnic-icon__size--md unnnic--clickable unnnic-icon-scheme--brand-weni unnnic-checkbox"
data-v-930380cc=""
data-testid="old-map-icons"
data-v-1a90efc1=""
data-v-dd1b9fa3=""
fill="none"
height="40"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`HeaderSelectDashboard > Should match the snapshot 1`] = `
class="material-symbols-rounded unnnic-icon-scheme--neutral-darkest unnnic-icon-size--md unnnic--clickable header-select-dashboard__arrow-back"
data-testid="back-icon"
data-v-054061ac=""
data-v-930380cc=""
data-v-1a90efc1=""
>
arrow_back
</span>
Expand All @@ -40,7 +40,7 @@ exports[`HeaderSelectDashboard > Should match the snapshot 1`] = `
class="material-symbols-rounded unnnic-icon-scheme--neutral-darkest unnnic-icon-size--md"
data-testid="expand-icon"
data-v-054061ac=""
data-v-930380cc=""
data-v-1a90efc1=""
>
expand_more
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`OptionCreateNewDashboard > Should match the snapshot 1`] = `
<span
class="material-symbols-rounded unnnic-icon-scheme--neutral-darkest unnnic-icon-size--md"
data-testid="option-new-dashboard-icon"
data-v-930380cc=""
data-v-1a90efc1=""
data-v-966a3d2f=""
>
add
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`OptionSelectDashboard > Should match the snapshot 1`] = `
class="material-symbols-rounded unnnic-icon-scheme--neutral-clean unnnic-icon-size--md unnnic--clickable material-symbols-rounded--filled option-select-dashboard__star-icon option-select-dashboard__star-icon--selected"
data-testid="star-icon"
data-v-000aa0c0=""
data-v-930380cc=""
data-v-1a90efc1=""
>
star_rate
</span>
Expand Down

0 comments on commit a2d6e4b

Please sign in to comment.