1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-28 05:10:09 -07:00
deskreen/app/components/StepsOfStepper/__snapshots__/ConfirmStep.spec.tsx.snap
2020-09-24 19:06:07 +03:00

113 lines
2.4 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should match exact snapshot 1`] = `
<BrowserRouter>
<Router
history={
Object {
"action": "POP",
"block": [Function],
"createHref": [Function],
"go": [Function],
"goBack": [Function],
"goForward": [Function],
"length": 1,
"listen": [Function],
"location": Object {
"hash": "",
"pathname": "/",
"search": "",
"state": undefined,
},
"push": [Function],
"replace": [Function],
}
}
>
<ConfirmStep
device={Object {}}
>
<div
style={
Object {
"marginBottom": "10px",
}
}
>
<Blueprint3.Text>
<div
className=""
>
Check if all is OK and click "Confirm"
</div>
</Blueprint3.Text>
</div>
<Blueprint3.Card
elevation={0}
interactive={false}
style={
Object {
"marginBottom": "10px",
}
}
>
<div
className="bp3-card bp3-elevation-0"
style={
Object {
"marginBottom": "10px",
}
}
>
<Blueprint3.Text>
<div
className=""
>
Device: undefined
</div>
</Blueprint3.Text>
<Blueprint3.Text>
<div
className=""
>
Device IP: undefined
</div>
</Blueprint3.Text>
<Blueprint3.Text>
<div
className=""
>
Device OS: undefined
</div>
</Blueprint3.Text>
<Blueprint3.Text>
<div
className=""
>
Session ID: undefined
</div>
</Blueprint3.Text>
</div>
</Blueprint3.Card>
<div
style={
Object {
"marginBottom": "10px",
}
}
>
<Blueprint3.Text
className="bp3-text-muted"
>
<div
className="bp3-text-muted"
>
Click "Back" if you need to change something
</div>
</Blueprint3.Text>
</div>
</ConfirmStep>
</Router>
</BrowserRouter>
`;