Skip to content

Commit

Permalink
fix(tagfilter): update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Apr 3, 2024
1 parent 088dad4 commit 052d2ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`<TagFilter /> Default story renders snapshot 1`] = `
<div>
<div
class="MuiButtonBase-root MuiChip-root MuiChip-filled MuiChip-sizeMedium MuiChip-colorPrimary MuiChip-deletable MuiChip-deletableColorPrimary MuiChip-filledPrimary css-18fqwks-MuiButtonBase-root-MuiChip-root"
role="button"
role="none presentation"
tabindex="0"
>
<span
Expand All @@ -26,6 +26,7 @@ exports[`<TagFilter /> Default story renders snapshot 1`] = `
TagFilter
</span>
<button
aria-label="Delete Tag"
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium MuiChip-deleteIcon MuiChip-deleteIconMedium MuiChip-deleteIconColorPrimary MuiChip-deleteIconFilledColorPrimary css-1wnv1p6-MuiButtonBase-root-MuiIconButton-root"
icon="XMark"
tabindex="0"
Expand Down

0 comments on commit 052d2ca

Please sign in to comment.