From 1cedfa8b50234380d2fcb1b92cd2d696217f043d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Sat, 20 Jul 2019 23:37:19 +0200 Subject: [PATCH] Fix tests --- src/test/utils/transactions/transactionList.helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/utils/transactions/transactionList.helper.js b/src/test/utils/transactions/transactionList.helper.js index 0998d8bd..fe5946ee 100644 --- a/src/test/utils/transactions/transactionList.helper.js +++ b/src/test/utils/transactions/transactionList.helper.js @@ -31,7 +31,7 @@ export const checkRegisteredTxSend = async ( await getLastTransaction(SafeDom) const txDescription = SafeDom.getAllByTestId(TRANSACTIONS_DESC_SEND_TEST_ID)[0] - expect(txDescription).toHaveTextContent(`Send ${ethAmount} ${symbol} ${shortVersionOf(ethAddress, 4)}`) + expect(txDescription).toHaveTextContent(`Send ${ethAmount} ${symbol} to:${shortVersionOf(ethAddress, 4)}`) } export const checkRegisteredTxAddOwner = async (