Skip to content

Commit

Permalink
reverted snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Mrunal Zambre <[email protected]>
  • Loading branch information
mrunal-z committed May 2, 2022
1 parent 678bf2d commit 04d08f0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ exports[`Panels Table Component renders panel table container 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
11/04/2021 11:40 PM
11/04/2021 06:10 PM
</div>
</td>
</EuiTableRowCell>
Expand Down Expand Up @@ -1926,7 +1926,7 @@ exports[`Panels Table Component renders panel table container 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
11/03/2021 12:56 AM
11/02/2021 07:26 PM
</div>
</td>
</EuiTableRowCell>
Expand Down Expand Up @@ -2060,7 +2060,7 @@ exports[`Panels Table Component renders panel table container 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
11/04/2021 04:21 AM
11/03/2021 10:51 PM
</div>
</td>
</EuiTableRowCell>
Expand Down Expand Up @@ -2092,7 +2092,7 @@ exports[`Panels Table Component renders panel table container 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
11/03/2021 03:14 AM
11/02/2021 09:44 PM
</div>
</td>
</EuiTableRowCell>
Expand Down Expand Up @@ -2226,7 +2226,7 @@ exports[`Panels Table Component renders panel table container 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
11/04/2021 04:07 AM
11/03/2021 10:37 PM
</div>
</td>
</EuiTableRowCell>
Expand Down Expand Up @@ -2258,7 +2258,7 @@ exports[`Panels Table Component renders panel table container 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
10/30/2021 03:45 AM
10/29/2021 10:15 PM
</div>
</td>
</EuiTableRowCell>
Expand Down Expand Up @@ -2392,7 +2392,7 @@ exports[`Panels Table Component renders panel table container 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
11/04/2021 02:56 AM
11/03/2021 09:26 PM
</div>
</td>
</EuiTableRowCell>
Expand Down Expand Up @@ -2424,7 +2424,7 @@ exports[`Panels Table Component renders panel table container 1`] = `
<div
className="euiTableCellContent euiTableCellContent--overflowingContent"
>
11/04/2021 02:56 AM
11/03/2021 09:26 PM
</div>
</td>
</EuiTableRowCell>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ describe('Utils helper functions', () => {

it('validates convertDateTime function', () => {
expect(convertDateTime('2022-01-30T18:44:40.577Z')).toBe(
moment.utc('2022-01-30T18:44:40.577Z').format(PPL_DATE_FORMAT)
moment('2022-01-30T18:44:40.577Z').format(PPL_DATE_FORMAT)
);
expect(convertDateTime('2022-02-25T19:18:33.075Z', true)).toBe(
moment.utc('2022-02-25T19:18:33.075Z').format(PPL_DATE_FORMAT)
moment('2022-02-25T19:18:33.075Z').format(PPL_DATE_FORMAT)
);
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,11 @@ exports[`No result component Renders No result component 1`] = `
</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="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"
id="discover.noResults.queryMayNotMatchTitle"
values={Object {}}
>
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
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
</FormattedMessage>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ exports[`<para_input /> spec renders the visualization component 1`] = `
data-test-subj="superDatePickerstartDatePopoverButton"
title="2020-07-21T18:37:44.710Z"
>
2020-07-22T00:07:44+05:30
2020-07-21T18:37:44+00:00
</button>
</div>
</div>
Expand All @@ -298,7 +298,7 @@ exports[`<para_input /> spec renders the visualization component 1`] = `
data-test-subj="superDatePickerendDatePopoverButton"
title="2020-08-20T18:37:44.710Z"
>
2020-08-21T00:07:44+05:30
2020-08-20T18:37:44+00:00
</button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ exports[`<ParaOutput /> spec renders visualization outputs 1`] = `
class="euiText euiText--small"
style="margin-left: 9px;"
>
2020-07-22T00:07:44+05:30 - 2020-08-21T00:07:44+05:30
2020-07-21T18:37:44+00:00 - 2020-08-20T18:37:44+00:00
</div>
`;

0 comments on commit 04d08f0

Please sign in to comment.