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

Add status check to "add data" tutorials #17732

Merged
merged 16 commits into from
May 15, 2018
Merged
Prev Previous commit
update tutorial snapshots
nreese committed May 15, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 184fa39b82af376a31d10e01f6ef5ea216e74d98
Original file line number Diff line number Diff line change
@@ -42,7 +42,6 @@ exports[`isCloudEnabled is false should not render instruction toggle when ON_PR
paddingSize="l"
>
<InstructionSet
hasStatusCheckFailed={false}
instructionVariants={
Array [
Object {
@@ -55,13 +54,13 @@ exports[`isCloudEnabled is false should not render instruction toggle when ON_PR
},
]
}
isCheckingStatus={false}
key="0"
offset={1}
onStatusCheck={[Function]}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
setParameter={[Function]}
statusCheckState="NOT_CHECKED"
title="Instruction title"
/>
</EuiPanel>
@@ -130,7 +129,6 @@ exports[`isCloudEnabled is false should render ON_PREM instructions with instruc
paddingSize="l"
>
<InstructionSet
hasStatusCheckFailed={false}
instructionVariants={
Array [
Object {
@@ -143,13 +141,13 @@ exports[`isCloudEnabled is false should render ON_PREM instructions with instruc
},
]
}
isCheckingStatus={false}
key="0"
offset={1}
onStatusCheck={[Function]}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
setParameter={[Function]}
statusCheckState="NOT_CHECKED"
title="Instruction title"
/>
</EuiPanel>
@@ -200,7 +198,6 @@ exports[`should render ELASTIC_CLOUD instructions when isCloudEnabled is true 1`
paddingSize="l"
>
<InstructionSet
hasStatusCheckFailed={false}
instructionVariants={
Array [
Object {
@@ -213,13 +210,13 @@ exports[`should render ELASTIC_CLOUD instructions when isCloudEnabled is true 1`
},
]
}
isCheckingStatus={false}
key="0"
offset={1}
onStatusCheck={[Function]}
paramValues={Object {}}
replaceTemplateStrings={[Function]}
setParameter={[Function]}
statusCheckState="NOT_CHECKED"
title="Instruction title"
/>
</EuiPanel>