Skip to content

Commit

Permalink
add snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <menwe@amazon.com>
  • Loading branch information
mengweieric committed Oct 24, 2023
1 parent 6467e0a commit 942cbdc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,27 +106,23 @@ exports[`No result component Renders No result component 1`] = `
data-test-subj="obsNoResultsTimefilter"
>
<FormattedMessage
defaultMessage="Expand your time range or modify your query"
defaultMessage="Select a data source, expand your time range, or modify the query"
id="observability.noResults.expandYourTimeRangeTitle"
values={Object {}}
>
<span>
Expand your time range or modify your query
Select a data source, expand your time range, or modify the query
</span>
</FormattedMessage>
</h2>
<p>
<FormattedMessage
defaultMessage="Your query may not match anything in the current time range,
or there may not be any data at all in the currently selected time range.
Try change time range, query filters or choose different time fields."
defaultMessage="After selection, check the time range, query filters, fields, and query"
id="observability.noResults.queryMayNotMatchTitle"
values={Object {}}
>
<span>
Your query may not match anything in the current time range,
or there may not be any data at all in the currently selected time range.
Try change time range, query filters or choose different time fields.
After selection, check the time range, query filters, fields, and query
</span>
</FormattedMessage>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

exports[`<para_input /> spec renders the markdown component 1`] = `
<div
class="sc-gKXOVf fPkmRS"
class="sc-gLDzan gebGCr"
>
<div
class="sc-bczRLJ hRTESd"
class="sc-beqWaB CSaoA"
/>
<div
style="width: 100%;"
Expand Down Expand Up @@ -52,10 +52,10 @@ exports[`<para_input /> spec renders the markdown component 1`] = `

exports[`<para_input /> spec renders the visualization component 1`] = `
<div
class="sc-gKXOVf fPkmRS"
class="sc-gLDzan gebGCr"
>
<div
class="sc-bczRLJ hRTESd"
class="sc-beqWaB CSaoA"
/>
<div
class="euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsFlexEnd euiFlexGroup--directionRow euiFlexGroup--responsive"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`<ParaOutput /> spec renders other types of outputs 1`] = `
class="euiText euiText--medium"
>
<div
class="sc-crXcEl gqVnJo"
class="sc-csCMJt hFpeNP"
/>
</div>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ exports[`<Paragraphs /> spec renders the component 1`] = `
class="euiFormRow__fieldWrapper"
>
<div
class="sc-gKXOVf fPkmRS"
class="sc-gLDzan gebGCr"
>
<div
class="sc-bczRLJ hRTESd"
class="sc-beqWaB CSaoA"
/>
<div
style="width: 100%;"
Expand Down

0 comments on commit 942cbdc

Please sign in to comment.