Skip to content

Commit 8978679

Browse files
author
Kishore Kumaar Natarajan
committed
update-default-time-range-1h
Signed-off-by: Kishore Kumaar Natarajan <[email protected]>
1 parent 9b49b81 commit 8978679

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/components/__snapshots__/app.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ exports[`<QueryInsightsDashboardsApp /> spec renders the component 1`] = `
343343
class="euiSuperDatePicker__prettyFormat"
344344
data-test-subj="superDatePickerShowDatesButton"
345345
>
346-
Last 1 day
346+
Last 1 hour
347347
<span
348348
class="euiSuperDatePicker__prettyFormatLink"
349349
>

public/pages/TopNQueries/TopNQueries.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ describe('TopNQueries Component', () => {
183183
<MemoryRouter initialEntries={[QUERY_INSIGHTS]}>
184184
<TopNQueries
185185
core={mockCore}
186-
initialStart="now-1d"
186+
initialStart="now-1h"
187187
initialEnd="now"
188188
depsStart={{ navigation: {} }}
189189
params={{} as any}

public/pages/TopNQueries/TopNQueries.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const TopNQueries = ({
6969
depsStart,
7070
params,
7171
dataSourceManagement,
72-
initialStart = 'now-1d',
72+
initialStart = 'now-1h',
7373
initialEnd = 'now',
7474
}: {
7575
core: CoreStart;

0 commit comments

Comments
 (0)