Skip to content

Commit

Permalink
update snapshots for typescript upgrade (#1300)
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 authored Dec 15, 2023
1 parent 8f091bd commit c775d85
Show file tree
Hide file tree
Showing 37 changed files with 260 additions and 260 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Log Config component renders empty log config 1`] = `
<Component
<LogConfig
appConfigs={Array []}
chrome={
Object {
Expand Down Expand Up @@ -444,7 +444,7 @@ exports[`Log Config component renders empty log config 1`] = `
onBlur={[Function]}
onFocus={[Function]}
>
<Component
<Autocomplete
baseQuery=""
dslService={
Object {
Expand Down Expand Up @@ -561,7 +561,7 @@ exports[`Log Config component renders empty log config 1`] = `
</EuiValidatableControl>
</EuiTextArea>
</div>
</Component>
</Autocomplete>
<EuiBadge
className="ppl-link ppl-link-light"
color="hollow"
Expand Down Expand Up @@ -616,11 +616,11 @@ exports[`Log Config component renders empty log config 1`] = `
</div>
</EuiAccordion>
</div>
</Component>
</LogConfig>
`;

exports[`Log Config component renders with query 1`] = `
<Component
<LogConfig
appConfigs={Array []}
chrome={
Object {
Expand Down Expand Up @@ -1068,7 +1068,7 @@ exports[`Log Config component renders with query 1`] = `
onBlur={[Function]}
onFocus={[Function]}
>
<Component
<Autocomplete
baseQuery=""
dslService={
Object {
Expand Down Expand Up @@ -1185,7 +1185,7 @@ exports[`Log Config component renders with query 1`] = `
</EuiValidatableControl>
</EuiTextArea>
</div>
</Component>
</Autocomplete>
<EuiBadge
className="ppl-link ppl-link-light"
color="hollow"
Expand Down Expand Up @@ -1240,5 +1240,5 @@ exports[`Log Config component renders with query 1`] = `
</div>
</EuiAccordion>
</div>
</Component>
</LogConfig>
`;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Service Config component renders empty service config 1`] = `
<Component
<ServiceConfig
appConfigs={Array []}
chrome={
Object {
Expand Down Expand Up @@ -1171,11 +1171,11 @@ exports[`Service Config component renders empty service config 1`] = `
</div>
</EuiAccordion>
</div>
</Component>
</ServiceConfig>
`;

exports[`Service Config component renders with one service selected 1`] = `
<Component
<ServiceConfig
appConfigs={Array []}
chrome={
Object {
Expand Down Expand Up @@ -2373,5 +2373,5 @@ exports[`Service Config component renders with one service selected 1`] = `
</div>
</EuiAccordion>
</div>
</Component>
</ServiceConfig>
`;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Trace Config component renders empty trace config 1`] = `
<Component
<TraceConfig
chrome={
Object {
"addApplicationClass": [MockFunction],
Expand Down Expand Up @@ -895,11 +895,11 @@ exports[`Trace Config component renders empty trace config 1`] = `
</div>
</EuiAccordion>
</div>
</Component>
</TraceConfig>
`;

exports[`Trace Config component renders with one trace selected 1`] = `
<Component
<TraceConfig
chrome={
Object {
"addApplicationClass": [MockFunction],
Expand Down Expand Up @@ -1817,5 +1817,5 @@ exports[`Trace Config component renders with one trace selected 1`] = `
</div>
</EuiAccordion>
</div>
</Component>
</TraceConfig>
`;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Live tail button change live tail to 10s interval 1`] = `
<Component
<LiveTailButton
dataTestSubj=""
isLiveTailOn={true}
isLiveTailPopoverOpen={false}
Expand Down Expand Up @@ -91,11 +91,11 @@ exports[`Live tail button change live tail to 10s interval 1`] = `
</button>
</EuiButtonDisplay>
</EuiButton>
</Component>
</LiveTailButton>
`;

exports[`Live tail button starts live tail with 5s interval 1`] = `
<Component
<LiveTailButton
dataTestSubj=""
isLiveTailOn={true}
isLiveTailPopoverOpen={false}
Expand Down Expand Up @@ -180,11 +180,11 @@ exports[`Live tail button starts live tail with 5s interval 1`] = `
</button>
</EuiButtonDisplay>
</EuiButton>
</Component>
</LiveTailButton>
`;

exports[`Live tail off button stop live tail 1`] = `
<Component
<StopLiveButton
StopLive={[MockFunction]}
dataTestSubj=""
>
Expand Down Expand Up @@ -271,5 +271,5 @@ exports[`Live tail off button stop live tail 1`] = `
</button>
</EuiButtonDisplay>
</EuiButton>
</Component>
</StopLiveButton>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`Panels Table Component renders empty panel table container 1`] = `
}
}
>
<Component
<CustomPanelTable
addSamplePanels={[MockFunction]}
cloneCustomPanel={[MockFunction]}
createCustomPanel={[MockFunction]}
Expand Down Expand Up @@ -591,7 +591,7 @@ exports[`Panels Table Component renders empty panel table container 1`] = `
</div>
</EuiPage>
</div>
</Component>
</CustomPanelTable>
</Provider>
`;

Expand All @@ -607,7 +607,7 @@ exports[`Panels Table Component renders panel table container 1`] = `
}
}
>
<Component
<CustomPanelTable
addSamplePanels={[MockFunction]}
cloneCustomPanel={[MockFunction]}
createCustomPanel={[MockFunction]}
Expand Down Expand Up @@ -1220,6 +1220,6 @@ exports[`Panels Table Component renders panel table container 1`] = `
</div>
</EuiPage>
</div>
</Component>
</CustomPanelTable>
</Provider>
`;
Loading

0 comments on commit c775d85

Please sign in to comment.