snapshots update

This commit is contained in:
Michael Marcialis 2019-05-31 18:25:46 -04:00
parent 56eec0f995
commit bdd6b8e316
2 changed files with 26 additions and 47 deletions

View file

@ -14,7 +14,7 @@ Object {
},
"type": "chromium",
},
"concurrency": 4,
"concurrency": 12,
"loadDelay": 3000,
"settleTime": 1000,
"timeout": 20000,
@ -75,7 +75,7 @@ Object {
},
"type": "chromium",
},
"concurrency": 4,
"concurrency": 12,
"loadDelay": 3000,
"settleTime": 1000,
"timeout": 20000,
@ -135,7 +135,7 @@ Object {
},
"type": "chromium",
},
"concurrency": 4,
"concurrency": 12,
"loadDelay": 3000,
"settleTime": 1000,
"timeout": 20000,
@ -196,7 +196,7 @@ Object {
},
"type": "chromium",
},
"concurrency": 4,
"concurrency": 12,
"loadDelay": 3000,
"settleTime": 1000,
"timeout": 20000,

View file

@ -36,51 +36,33 @@ exports[`Field Renderers #dateRenderer it renders correctly against snapshot 1`]
exports[`Field Renderers #hostIdRenderer it renders correctly against snapshot 1`] = `
<Component>
<EuiFlexGroup
alignItems="center"
gutterSize="none"
<pure(Component)
field="host.name"
id="ip-overview-host-name"
value="raspberrypi"
>
<EuiFlexItem
grow={false}
<pure(Component)
hostName="raspberrypi"
>
<pure(Component)
field="host.name"
id="ip-overview-host-name"
value="raspberrypi"
>
<pure(Component)
hostName="raspberrypi"
>
raspberrypi
</pure(Component)>
</pure(Component)>
</EuiFlexItem>
</EuiFlexGroup>
raspberrypi
</pure(Component)>
</pure(Component)>
</Component>
`;
exports[`Field Renderers #hostNameRenderer it renders correctly against snapshot 1`] = `
<Component>
<EuiFlexGroup
alignItems="center"
gutterSize="none"
<pure(Component)
field="host.name"
id="ip-overview-host-name"
value="raspberrypi"
>
<EuiFlexItem
grow={false}
<pure(Component)
hostName="raspberrypi"
>
<pure(Component)
field="host.name"
id="ip-overview-host-name"
value="raspberrypi"
>
<pure(Component)
hostName="raspberrypi"
>
raspberrypi
</pure(Component)>
</pure(Component)>
</EuiFlexItem>
</EuiFlexGroup>
raspberrypi
</pure(Component)>
</pure(Component)>
</Component>
`;
@ -230,16 +212,14 @@ exports[`Field Renderers #reputationRenderer it renders correctly against snapsh
<pure(Component)
link="10.10.10.10"
>
View at virustotal.com
virustotal.com
</pure(Component)>
<pure(Component) />
<br />
,
<pure(Component)
domain="10.10.10.10"
>
View at talosIntelligence.com
talosIntelligence.com
</pure(Component)>
<pure(Component) />
</Component>
`;
@ -351,8 +331,7 @@ exports[`Field Renderers #whoisRenderer it renders correctly against snapshot 1`
<pure(Component)
domain="10.10.10.10"
>
View at iana.org
iana.org
</pure(Component)>
<pure(Component) />
</Component>
`;