Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Nov 1, 2024
1 parent c7bb42d commit f477839
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ exports[`AgentStatTable component Renders correctly to match the snapshot 1`] =
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
iconType="importAction"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ exports[`[component] InputForm Renders correctly to match the snapshot: Input: s
exports[`[component] InputForm Renders correctly to match the snapshot: Input: switch 1`] = `
<div>
<div
class="euiSwitch"
class="euiSwitch euiSwitch--primary"
>
<button
aria-checked="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ exports[`Table Default component renders correctly to match the snapshot 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="right"
iconSize="s"
iconType="arrowDown"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ exports[`Table With Search Bar component renders correctly to match the snapshot
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
textProps={
Expand Down Expand Up @@ -716,6 +717,7 @@ exports[`Table With Search Bar component renders correctly to match the snapshot
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="right"
iconSize="s"
iconType="arrowDown"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ exports[`Table WZ API component renders correctly to match the snapshot 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="right"
iconSize="s"
iconType="arrowDown"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports[`Export Table Csv component renders correctly to match the snapshot 1`]
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
iconType="importAction"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ exports[`SubscriptionTab component renders correctly to match the snapshot 1`] =
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
iconType="questionInCircle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ exports[`ApiAuthTab component renders correctly to match the snapshot 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
iconType="questionInCircle"
Expand Down Expand Up @@ -336,6 +337,7 @@ exports[`ApiAuthTab component renders correctly to match the snapshot 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
textProps={
Expand Down Expand Up @@ -373,6 +375,7 @@ exports[`ApiAuthTab component renders correctly to match the snapshot 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
textProps={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ exports[`GeneralTab component renders correctly to match the snapshot 1`] = `
>
<EuiButtonContent
className="euiButtonEmpty__content"
iconGap="m"
iconSide="left"
iconSize="m"
iconType="questionInCircle"
Expand Down

0 comments on commit f477839

Please sign in to comment.