Skip to content

Commit

Permalink
Update Jest snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Agrawal <[email protected]>
  • Loading branch information
lezzago authored and qreshi committed Apr 19, 2022
1 parent ff8791b commit be0d9bd
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 163 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,5 @@ exports[`<DestinationsActions /> should render DestinationsActions 1`] = `
</div>
</div>
</div>
<div
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<button
class="euiButton euiButton--primary euiButton--fill euiButton-isDisabled"
disabled=""
type="button"
>
<span
class="euiButtonContent euiButton__content"
>
<span
class="euiButton__text"
>
Add destination
</span>
</span>
</button>
</div>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,6 @@ exports[`NotificationsInfoCallOut renders when Notifications plugin is not insta
<div
class="euiSpacer euiSpacer--l"
/>
<a
class="euiButton euiButton--primary"
href="/app/notifications-dashboards#/channels"
rel="noreferrer"
>
<span
class="euiButtonContent euiButton__content"
>
<span
class="euiButton__text"
>
View Notifications
</span>
</span>
</a>
<p />
</div>
</div>
Expand Down
Loading

0 comments on commit be0d9bd

Please sign in to comment.