Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snapshots for upstream typescript bump #1300

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading