diff --git a/src/routes/open/components/SafeForm/Owners/index.jsx b/src/routes/open/components/SafeForm/Owners/index.jsx index edf69afd..e5f395c5 100644 --- a/src/routes/open/components/SafeForm/Owners/index.jsx +++ b/src/routes/open/components/SafeForm/Owners/index.jsx @@ -54,7 +54,7 @@ const Owners = (props: Props) => { - Owner Nº {index + 1} + Owner Nº {index + 1} Feature > SAFE MULTISIG Transactions', () => { await refreshTransactions(store, address) transactions = TestUtils.scryRenderedComponentsWithType(SafeDom, Transaction) - statusses = ['Adol 1 Eth Account [Confirmed]', 'Adol Metamask 3 [Confirmed]'] + statusses = ['Adol Metamask 3 [Confirmed]', 'Adol 1 Eth Account [Confirmed]'] await checkPendingRemoveOwnerTx(transactions[5], 3, 'Remove Owner Adol Metamask 3', statusses) await checkThresholdOf(address, 3) await processTransaction(address, transactions[5].props.transaction, 2, accounts[1], 3)