Fix tests
This commit is contained in:
parent
3ee8a5196f
commit
1cedfa8b50
|
@ -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 (
|
||||||
|
|
Loading…
Reference in New Issue