2017-10-25 02:17:26 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`render snapshot 1`] = `
|
|
|
|
<Swap
|
|
|
|
bityOrder={Object {}}
|
|
|
|
bityOrderCreateRequestedSwap={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
bityRates={
|
|
|
|
Object {
|
|
|
|
"allIds": Array [],
|
|
|
|
"byId": Object {},
|
|
|
|
}
|
|
|
|
}
|
2017-10-25 02:17:26 +00:00
|
|
|
changeStepSwap={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
destination={
|
|
|
|
Object {
|
|
|
|
"amount": NaN,
|
|
|
|
"id": "ETH",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
destinationAddress=""
|
2017-10-25 02:17:26 +00:00
|
|
|
destinationAddressSwap={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
initSwap={[Function]}
|
|
|
|
isFetchingRates={null}
|
|
|
|
isPostingOrder={false}
|
2017-10-25 02:17:26 +00:00
|
|
|
loadBityRatesRequestedSwap={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
options={
|
|
|
|
Object {
|
|
|
|
"allIds": Array [],
|
|
|
|
"byId": Object {},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
orderStatus={null}
|
|
|
|
origin={
|
|
|
|
Object {
|
|
|
|
"amount": NaN,
|
|
|
|
"id": "BTC",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
outputTx={null}
|
|
|
|
paymentAddress={null}
|
2017-10-25 02:17:26 +00:00
|
|
|
restartSwap={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
secondsRemaining={null}
|
2017-10-25 02:17:26 +00:00
|
|
|
showNotification={[Function]}
|
|
|
|
startOrderTimerSwap={[Function]}
|
|
|
|
startPollBityOrderStatus={[Function]}
|
2017-12-11 17:44:53 +00:00
|
|
|
step={1}
|
2017-10-25 02:17:26 +00:00
|
|
|
stopLoadBityRatesSwap={[Function]}
|
|
|
|
stopOrderTimerSwap={[Function]}
|
|
|
|
stopPollBityOrderStatus={[Function]}
|
|
|
|
/>
|
|
|
|
`;
|