Fix tests

This commit is contained in:
Germán Martínez 2019-07-20 23:37:19 +02:00
parent 3ee8a5196f
commit 1cedfa8b50
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export const checkRegisteredTxSend = async (
await getLastTransaction(SafeDom) await getLastTransaction(SafeDom)
const txDescription = SafeDom.getAllByTestId(TRANSACTIONS_DESC_SEND_TEST_ID)[0] 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 ( export const checkRegisteredTxAddOwner = async (