Skip to content

Commit

Permalink
merged main and run tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wei <[email protected]>
  • Loading branch information
mengweieric committed Mar 30, 2022
1 parent 902e956 commit f8ce665
Show file tree
Hide file tree
Showing 37 changed files with 20,023 additions and 18,811 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ exports[`Log Config component renders empty log config 1`] = `
size="s"
>
<EuiButtonDisplay
baseClassName="euiButton"
disabled={true}
element="button"
isDisabled={true}
Expand All @@ -191,11 +190,6 @@ exports[`Log Config component renders empty log config 1`] = `
className="euiButton euiButton--primary euiButton--small euiButton-isDisabled"
disabled={true}
onClick={[Function]}
style={
Object {
"minWidth": undefined,
}
}
type="button"
>
<EuiButtonContent
Expand Down Expand Up @@ -223,11 +217,8 @@ exports[`Log Config component renders empty log config 1`] = `
</div>
</div>
<div
aria-labelledby="random_html_id"
className="euiAccordion__childWrapper"
id="logSource"
role="region"
tabIndex={-1}
>
<EuiResizeObserver
onResize={[Function]}
Expand Down Expand Up @@ -257,22 +248,12 @@ exports[`Log Config component renders empty log config 1`] = `
id="baseQueryCallout"
>
<EuiText
color="default"
size="xs"
>
<div
className="euiText euiText--extraSmall"
>
<EuiTextColor
color="default"
component="div"
>
<div
className="euiTextColor euiTextColor--default"
>
You can't change the base query after the application is created.
</div>
</EuiTextColor>
You can't change the base query after the application is created.
</div>
</EuiText>
</div>
Expand Down Expand Up @@ -318,7 +299,7 @@ exports[`Log Config component renders empty log config 1`] = `
className="euiFormRow__fieldWrapper"
>
<EuiFlexItem
aria-describedby="random_html_id-help-0"
aria-describedby="random_html_id-help"
className="query-area"
grow={false}
id="random_html_id"
Expand All @@ -327,7 +308,7 @@ exports[`Log Config component renders empty log config 1`] = `
onFocus={[Function]}
>
<div
aria-describedby="random_html_id-help-0"
aria-describedby="random_html_id-help"
className="euiFlexItem euiFlexItem--flexGrowZero query-area"
id="random_html_id"
onBlur={[Function]}
Expand Down Expand Up @@ -467,12 +448,11 @@ exports[`Log Config component renders empty log config 1`] = `
</EuiFlexItem>
<EuiFormHelpText
className="euiFormRow__text"
id="random_html_id-help-0"
key="The default logs view in the application will be filtered by this query."
id="random_html_id-help"
>
<div
className="euiFormHelpText euiFormRow__text"
id="random_html_id-help-0"
id="random_html_id-help"
>
The default logs view in the application will be filtered by this query.
</div>
Expand Down Expand Up @@ -678,7 +658,6 @@ exports[`Log Config component renders with query 1`] = `
size="s"
>
<EuiButtonDisplay
baseClassName="euiButton"
disabled={true}
element="button"
isDisabled={true}
Expand All @@ -690,11 +669,6 @@ exports[`Log Config component renders with query 1`] = `
className="euiButton euiButton--primary euiButton--small euiButton-isDisabled"
disabled={true}
onClick={[Function]}
style={
Object {
"minWidth": undefined,
}
}
type="button"
>
<EuiButtonContent
Expand Down Expand Up @@ -722,11 +696,8 @@ exports[`Log Config component renders with query 1`] = `
</div>
</div>
<div
aria-labelledby="random_html_id"
className="euiAccordion__childWrapper"
id="logSource"
role="region"
tabIndex={-1}
>
<EuiResizeObserver
onResize={[Function]}
Expand Down Expand Up @@ -756,22 +727,12 @@ exports[`Log Config component renders with query 1`] = `
id="baseQueryCallout"
>
<EuiText
color="default"
size="xs"
>
<div
className="euiText euiText--extraSmall"
>
<EuiTextColor
color="default"
component="div"
>
<div
className="euiTextColor euiTextColor--default"
>
You can't change the base query after the application is created.
</div>
</EuiTextColor>
You can't change the base query after the application is created.
</div>
</EuiText>
</div>
Expand Down Expand Up @@ -817,7 +778,7 @@ exports[`Log Config component renders with query 1`] = `
className="euiFormRow__fieldWrapper"
>
<EuiFlexItem
aria-describedby="random_html_id-help-0"
aria-describedby="random_html_id-help"
className="query-area"
grow={false}
id="random_html_id"
Expand All @@ -826,7 +787,7 @@ exports[`Log Config component renders with query 1`] = `
onFocus={[Function]}
>
<div
aria-describedby="random_html_id-help-0"
aria-describedby="random_html_id-help"
className="euiFlexItem euiFlexItem--flexGrowZero query-area"
id="random_html_id"
onBlur={[Function]}
Expand Down Expand Up @@ -966,12 +927,11 @@ exports[`Log Config component renders with query 1`] = `
</EuiFlexItem>
<EuiFormHelpText
className="euiFormRow__text"
id="random_html_id-help-0"
key="The default logs view in the application will be filtered by this query."
id="random_html_id-help"
>
<div
className="euiFormHelpText euiFormRow__text"
id="random_html_id-help-0"
id="random_html_id-help"
>
The default logs view in the application will be filtered by this query.
</div>
Expand Down
Loading

0 comments on commit f8ce665

Please sign in to comment.