1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/e2e
Mark Stacey d27f2ee7d6
Fix intermittent e2e test failure (#7873)
The 'can retype the seed phrase' test would fail sometimes when one of
the words in the seed phrase was a subset of another word (e.g. 'issue'
and 'tissue'). This is because the selector used to find the word
looked for the first element that contained the text, rather than an
exact match.

To simplify the selector and make it more reliable, test ids were added
to each seed phrase word. The selector now uses CSS instead of XPath,
and it only finds exact matches.

A test id was also added to the div containing the shuffled seed words
to select from, so that the chosen seed words wouldn't be selected
in place of the real target when the same word appears twice.
2020-01-21 11:31:56 -04:00
..
contract-test Switch signature-request e2e tests to using ganache (#7859) 2020-01-17 18:16:21 -04:00
fixtures Allow exporting state during e2e tests (#7860) 2020-01-17 18:59:25 -04:00
mock-3box
send-eth-with-private-key-test
tests Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
webdriver Add 1 second pause at the beginning of each e2e test run (#7872) 2020-01-20 18:40:01 -04:00
address-book.spec.js Fix intermittent e2e test failure (#7873) 2020-01-21 11:31:56 -04:00
ethereum-on.spec.js
fixture-server.js
from-import-ui.spec.js
ganache.js
helpers.js Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
incremental-security.spec.js Fix intermittent e2e test failure (#7873) 2020-01-21 11:31:56 -04:00
metamask-responsive-ui.spec.js Fix intermittent e2e test failure (#7873) 2020-01-21 11:31:56 -04:00
metamask-ui.spec.js Fix intermittent e2e test failure (#7873) 2020-01-21 11:31:56 -04:00
permissions.spec.js
run-all.sh Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
run-web3.sh
send-edit.spec.js
signature-request.spec.js
threebox.spec.js
web3.spec.js