From e2f814652dc5b09931128511b08d923c22e508f6 Mon Sep 17 00:00:00 2001 From: Alexey Padalko Date: Tue, 6 Aug 2019 20:04:04 +0300 Subject: [PATCH] test: update snapshot --- .../LightningInvoiceInput.spec.js.snap | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/test/unit/components/UI/__snapshots__/LightningInvoiceInput.spec.js.snap b/test/unit/components/UI/__snapshots__/LightningInvoiceInput.spec.js.snap index 200e4a68422..558ff080d9d 100644 --- a/test/unit/components/UI/__snapshots__/LightningInvoiceInput.spec.js.snap +++ b/test/unit/components/UI/__snapshots__/LightningInvoiceInput.spec.js.snap @@ -12,6 +12,14 @@ exports[`component.UI.LightningInvoiceInput should render correctly 1`] = ` flex-direction: column; } +.c2 { + box-sizing: border-box; + margin-top: 4px; + font-size: 11px; + color: #959595; + line-height: 1.4; +} + .c1 { padding: 16px; color: #ffffff; @@ -49,13 +57,19 @@ exports[`component.UI.LightningInvoiceInput should render correctly 1`] = ` onBlur={[Function]} onChange={[Function]} onFocus={[Function]} - placeholder="Paste a Lightning Payment Request or bitcoin Address here" required={false} rows={5} spellCheck="false" value="" width={1} /> +
+ Paste a Lightning Payment Request or bitcoin Address here +
`;