mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
update jest snapshot
This commit is contained in:
parent
a99ec7f9e8
commit
9aeae9d6dd
1 changed files with 7 additions and 0 deletions
|
@ -31,6 +31,7 @@ exports[`Flyout conflicts should allow conflict resolution 1`] = `
|
|||
/>
|
||||
<EuiCallOut
|
||||
color="warning"
|
||||
data-test-subj="importSavedObjectsConflictsWarning"
|
||||
iconType="help"
|
||||
title={
|
||||
<FormattedMessage
|
||||
|
@ -238,6 +239,7 @@ exports[`Flyout conflicts should allow conflict resolution 2`] = `
|
|||
exports[`Flyout conflicts should handle errors 1`] = `
|
||||
<EuiCallOut
|
||||
color="warning"
|
||||
data-test-subj="importSavedObjectsFailedWarning"
|
||||
iconType="help"
|
||||
title={
|
||||
<FormattedMessage
|
||||
|
@ -266,6 +268,7 @@ exports[`Flyout conflicts should handle errors 1`] = `
|
|||
exports[`Flyout errors should display unsupported type errors properly 1`] = `
|
||||
<EuiCallOut
|
||||
color="warning"
|
||||
data-test-subj="importSavedObjectsFailedWarning"
|
||||
iconType="help"
|
||||
title={
|
||||
<FormattedMessage
|
||||
|
@ -324,6 +327,7 @@ exports[`Flyout legacy conflicts should allow conflict resolution 1`] = `
|
|||
/>
|
||||
<EuiCallOut
|
||||
color="warning"
|
||||
data-test-subj="importSavedObjectsLegacyWarning"
|
||||
iconType="help"
|
||||
title={
|
||||
<FormattedMessage
|
||||
|
@ -348,6 +352,7 @@ exports[`Flyout legacy conflicts should allow conflict resolution 1`] = `
|
|||
/>
|
||||
<EuiCallOut
|
||||
color="warning"
|
||||
data-test-subj="importSavedObjectsConflictsWarning"
|
||||
iconType="help"
|
||||
title={
|
||||
<FormattedMessage
|
||||
|
@ -490,6 +495,7 @@ exports[`Flyout legacy conflicts should handle errors 1`] = `
|
|||
Array [
|
||||
<EuiCallOut
|
||||
color="warning"
|
||||
data-test-subj="importSavedObjectsLegacyWarning"
|
||||
iconType="help"
|
||||
title={
|
||||
<FormattedMessage
|
||||
|
@ -509,6 +515,7 @@ Array [
|
|||
</EuiCallOut>,
|
||||
<EuiCallOut
|
||||
color="warning"
|
||||
data-test-subj="importSavedObjectsConflictsWarning"
|
||||
iconType="help"
|
||||
title={
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue