mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
118bddd71a
The test for receiving ETH from a contract had been clicking on the first transaction list item, assuming it was pending. This is not necessarily true; if the pending transaction hadn't yet been rendered, this could select the first confirmed transaction instead. The test has been updated to look for the first _pending_ transaction, rather than just the first transaction. Note that this likely does not fix the intermittent failure we've been experiencing. The failure has been observed with this fix in place. |
||
---|---|---|
.. | ||
data | ||
e2e | ||
integration | ||
lib | ||
stub | ||
unit | ||
unit-global | ||
web3 | ||
base.conf.js | ||
env.js | ||
flat.conf.js | ||
helper.js | ||
setup.js |