Skip to content

Commit

Permalink
test: remove obsolete snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Dec 12, 2024
1 parent 2122c77 commit 9340be4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,23 +175,6 @@ exports[`EuiBadge props color accent is rendered 1`] = `
</span>
`;

exports[`EuiBadge props color accentSecondary is rendered 1`] = `
<span
class="euiBadge emotion-euiBadge-accentSecondary"
title="Content"
>
<span
class="euiBadge__content emotion-euiBadge__content"
>
<span
class="euiBadge__text emotion-euiBadge__text"
>
Content
</span>
</span>
</span>
`;

exports[`EuiBadge props color accepts hex 1`] = `
<span
class="euiBadge emotion-euiBadge"
Expand Down Expand Up @@ -432,24 +415,6 @@ exports[`EuiBadge props style is rendered with accent 1`] = `
</span>
`;

exports[`EuiBadge props style is rendered with accentSecondary 1`] = `
<span
class="euiBadge emotion-euiBadge-accentSecondary"
style="border: 4px solid tomato;"
title="Content"
>
<span
class="euiBadge__content emotion-euiBadge__content"
>
<span
class="euiBadge__text emotion-euiBadge__text"
>
Content
</span>
</span>
</span>
`;

exports[`EuiBadge props style is rendered with danger 1`] = `
<span
class="euiBadge emotion-euiBadge-danger"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ exports[`EuiBetaBadge props color accent is rendered 1`] = `
</span>
`;

exports[`EuiBetaBadge props color accentSecondary is rendered 1`] = `
<span>
<span
class="euiBetaBadge emotion-euiBetaBadge-accentSecondary-m-baseline"
title="Beta"
>
Beta
</span>
</span>
`;

exports[`EuiBetaBadge props color hollow is rendered 1`] = `
<span>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ exports[`EuiNotificationBadge props color accent is rendered 1`] = `
</span>
`;

exports[`EuiNotificationBadge props color accentSecondary is rendered 1`] = `
<span
class="euiNotificationBadge emotion-euiNotificationBadge-s-accentSecondary"
>
5
</span>
`;

exports[`EuiNotificationBadge props color subdued is rendered 1`] = `
<span
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
Expand Down

0 comments on commit 9340be4

Please sign in to comment.