From 998514c62bdcc205aee59eab91a2b8131bcaa4c7 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 4 Apr 2022 12:06:44 +0200 Subject: [PATCH] out commend toast test success used --- .../src/components/TransactionLinks/TransactionLink.spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/TransactionLinks/TransactionLink.spec.js b/frontend/src/components/TransactionLinks/TransactionLink.spec.js index ddb4c79d7..f9fe152dc 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.spec.js +++ b/frontend/src/components/TransactionLinks/TransactionLink.spec.js @@ -63,9 +63,9 @@ describe('TransactionLink', () => { 'http://localhost/redeem/c00000000c000000c0000', ) }) - // it('toasts success message', () => { - // expect(toastSuccessSpy).toBeCalledWith('gdd_per_link.link-copied') - // }) + it('toasts success message', () => { + expect(toastSuccessSpy).toBeCalledWith('gdd_per_link.link-copied') + }) }) describe('copy with error', () => {