mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Updates Monitoring alert Jest snapshots
A UI bump caused changes the EuiSuperSelect component which were not reflected in kibana#54306. The EUI change went in after the PR went green, but then failed once it hit master. Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
27e58b5e94
commit
3673898d15
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@ exports[`Configuration shallow view should render step 1 1`] = `
|
|||
fullWidth={false}
|
||||
hasDividers={true}
|
||||
isInvalid={false}
|
||||
isLoading={false}
|
||||
onChange={[Function]}
|
||||
options={
|
||||
Array [
|
||||
|
|
|
@ -42,6 +42,7 @@ exports[`Step1 should render normally 1`] = `
|
|||
fullWidth={false}
|
||||
hasDividers={true}
|
||||
isInvalid={false}
|
||||
isLoading={false}
|
||||
onChange={[Function]}
|
||||
options={
|
||||
Array [
|
||||
|
@ -135,6 +136,7 @@ exports[`Step1 testing should show a failed test error 1`] = `
|
|||
fullWidth={false}
|
||||
hasDividers={true}
|
||||
isInvalid={false}
|
||||
isLoading={false}
|
||||
onChange={[Function]}
|
||||
options={
|
||||
Array [
|
||||
|
@ -220,6 +222,7 @@ exports[`Step1 testing should show a successful test 1`] = `
|
|||
fullWidth={false}
|
||||
hasDividers={true}
|
||||
isInvalid={false}
|
||||
isLoading={false}
|
||||
onChange={[Function]}
|
||||
options={
|
||||
Array [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue