1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/test/e2e/tests
Mark Stacey 7a2b3b908a
Move initial e2e navitation into individual tests (#9979)
The e2e test driver used to perform the initial navigation
automatically within the `buildWebDriver` function, so that that step
wouldn't need to be repeated at the beginning of each test. However
this prevented you from doing any setup in the test before the first
navigation.

The navigation has now been moved into each individual test. It should
be functionally equivalent, except now it's possible to control exactly
when the first navigation occurs.

A 1 second delay was also removed, as it didn't seem to be necessary
when testing this. It was initially added as an attempted fix to an
intermittent failure. It did not fix that failure.
2020-12-03 14:00:51 -03:30
..
localization.spec.js Move initial e2e navitation into individual tests (#9979) 2020-12-03 14:00:51 -03:30
personal-sign.spec.js Move initial e2e navitation into individual tests (#9979) 2020-12-03 14:00:51 -03:30
simple-send.spec.js Move initial e2e navitation into individual tests (#9979) 2020-12-03 14:00:51 -03:30