Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored and ps48 committed Aug 26, 2024
1 parent 5eda2fd commit b857fb7
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 162 deletions.
Original file line number Diff line number Diff line change
@@ -1,99 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Data Connection Page test Renders Prometheus data connection page with data 1`] = `
<div>
<div
class="euiPage euiPage--paddingMedium euiPage--grow"
>
<div
class="euiPageBody euiPageBody--borderRadiusNone"
>
<header
class="euiPageHeader euiPageHeader--responsive euiPageHeader--center"
style="justify-content: spaceBetween;"
>
<div
class="euiPageHeaderSection"
style="width: 100%; justify-content: space-between;"
>
<div
class="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--directionRow euiFlexGroup--responsive"
>
<div
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<h1
class="euiTitle euiTitle--large"
data-test-subj="dataspirceTitle"
>
prom
</h1>
</div>
</div>
</div>
</header>
<div
class="euiSpacer euiSpacer--l"
/>
<div
class="euiCallOut euiCallOut--warning"
>
<div
class="euiCallOutHeader"
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon--inherit euiIcon-isLoading euiCallOutHeader__icon"
focusable="false"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
<span
class="euiCallOutHeader__title"
>
This data source connection is inactive
</span>
</div>
<div
class="euiText euiText--small"
>
<div
class="euiTextColor euiTextColor--default"
>
<p>
Associated objects and accelerations are not available while this connection is inactive.
</p>
<button
class="euiButton euiButton--warning euiButton--small"
type="button"
>
<span
class="euiButtonContent euiButton__content"
>
<span
class="euiButton__text"
>
Enable connection
</span>
</span>
</button>
</div>
</div>
</div>
<div
class="euiSpacer euiSpacer--l"
/>
</div>
</div>
</div>
`;
exports[`Data Connection Page test Renders Prometheus data connection page with data 1`] = `<div />`;

exports[`Data Connection Page test Renders S3 data connection page with data 1`] = `
<div>
Expand Down Expand Up @@ -175,38 +82,6 @@ exports[`Data Connection Page test Renders S3 data connection page with data 1`]
Admin only
</div>
</div>
<div
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<button
class="euiButtonEmpty euiButtonEmpty--primary euiButtonEmpty--small"
type="button"
>
<span
class="euiButtonContent euiButtonEmpty__content"
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon--inherit euiIcon-isLoading euiButtonContent__icon"
focusable="false"
height="16"
role="img"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M5.277 10.088c.02.014.04.03.057.047.582.55 1.134.812 1.666.812.586 0 1.84-.293 3.713-.88L9 6.212V2H7v4.212l-1.723 3.876Zm-.438.987L3.539 14h8.922l-1.32-2.969C9.096 11.677 7.733 12 7 12c-.74 0-1.463-.315-2.161-.925ZM6 2H5V1h6v1h-1v4l3.375 7.594A1 1 0 0 1 12.461 15H3.54a1 1 0 0 1-.914-1.406L6 6V2Z"
/>
</svg>
<span
class="euiButtonEmpty__text"
>
Edit
</span>
</span>
</button>
</div>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit b857fb7

Please sign in to comment.