Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <[email protected]>
  • Loading branch information
paulstn committed Jan 31, 2024
1 parent 5a5cb5e commit dc9552c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Trace Detail Render Flyout component render trace detail 1`] = `
<Component
<TraceDetailRender
http={[MockFunction]}
mode="jaeger"
openSpanFlyout={[Function]}
Expand Down Expand Up @@ -1148,5 +1148,5 @@ exports[`Trace Detail Render Flyout component render trace detail 1`] = `
className="euiSpacer euiSpacer--s"
/>
</EuiSpacer>
</Component>
</TraceDetailRender>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ exports[`Explorer Search component renders basic component 1`] = `
>
<EuiButton
color="primary"
data-test-subj="superDatePickerApplyTimeButton"
fill={true}
iconType="play"
onBlur={[Function]}
Expand All @@ -930,6 +931,7 @@ exports[`Explorer Search component renders basic component 1`] = `
<EuiButtonDisplay
baseClassName="euiButton"
color="primary"
data-test-subj="superDatePickerApplyTimeButton"
disabled={false}
element="button"
fill={true}
Expand All @@ -942,6 +944,7 @@ exports[`Explorer Search component renders basic component 1`] = `
>
<button
className="euiButton euiButton--primary euiButton--fill"
data-test-subj="superDatePickerApplyTimeButton"
disabled={false}
onBlur={[Function]}
onClick={[Function]}
Expand Down

0 comments on commit dc9552c

Please sign in to comment.