1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-26 13:20:26 +02:00
metamask-extension/test/e2e/webdriver
Mark Stacey 206920e9bd
Add 1 second pause at the beginning of each e2e test run (#7872)
There have been intermittent test failures at the beginning of various
e2e test runs. Most tests start with waiting for the 'Welcome' button
to be visible and enabled, which means waiting for the loading screen
to go away.

It looks like the reason the test intermittently fails is that
sometimes the loading screen doesn't appear until a few moments _after_
the page loads (or that it vanishes and comes back).

It was rather difficult to track down each possible cause for the
loading screens, so in the meantime a pause has been added at the start
of each run. This should hopefully suffice to ensure the momentary gap
in loading has been passed by the time the first test starts up.
2020-01-20 18:40:01 -04:00
..
chrome.js Add page navigation to e2e web driver (#7867) 2020-01-20 13:03:07 -04:00
driver.js Add page navigation to e2e web driver (#7867) 2020-01-20 13:03:07 -04:00
firefox.js Add page navigation to e2e web driver (#7867) 2020-01-20 13:03:07 -04:00
index.js Add 1 second pause at the beginning of each e2e test run (#7872) 2020-01-20 18:40:01 -04:00