forked from opensearch-project/dashboards-observability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from derek-ho/figma-unit-cypress
add some changes to UI according to figma
- Loading branch information
Showing
34 changed files
with
7,130 additions
and
896 deletions.
There are no files selected for viewing
1,144 changes: 1,144 additions & 0 deletions
1,144
...omponents/integrations/components/__tests__/__snapshots__/added_integration.test.tsx.snap
Large diffs are not rendered by default.
Oops, something went wrong.
1,949 changes: 1,949 additions & 0 deletions
1,949
...ts/integrations/components/__tests__/__snapshots__/added_integration_flyout.test.tsx.snap
Large diffs are not rendered by default.
Oops, something went wrong.
549 changes: 51 additions & 498 deletions
549
...nts/integrations/components/__tests__/__snapshots__/added_integration_table.test.tsx.snap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
...ponents/integrations/components/__tests__/__snapshots__/integration_details.test.tsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Available Integration Table View Test Renders nginx integration table view using dummy data 1`] = ` | ||
<EuiPanel> | ||
<div | ||
className="euiPanel euiPanel--paddingMedium euiPanel--borderRadiusMedium euiPanel--plain euiPanel--hasShadow" | ||
> | ||
<PanelTitle | ||
title="nginx Details" | ||
> | ||
<EuiText | ||
size="m" | ||
> | ||
<div | ||
className="euiText euiText--medium" | ||
> | ||
<span | ||
className="panel-title" | ||
> | ||
nginx Details | ||
</span> | ||
</div> | ||
</EuiText> | ||
</PanelTitle> | ||
<EuiSpacer> | ||
<div | ||
className="euiSpacer euiSpacer--l" | ||
/> | ||
</EuiSpacer> | ||
<EuiText> | ||
<div | ||
className="euiText euiText--medium" | ||
> | ||
Nginx HTTP server collector | ||
</div> | ||
</EuiText> | ||
</div> | ||
</EuiPanel> | ||
`; |
Oops, something went wrong.