1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/e2e/webdriver
Mark Stacey be08cfec0c
Wait until element is clickable before clicking in e2e tests (#7823)
* Wait until element is clickable before clicking in e2e tests

A new `findClickableElement` has been added to the webdriver to allow
finding an element and blocking until it's both visible and enabled.
This is now used by the pre-existing `clickElement` method as well.

All cases where something is clicked in the e2e tests have been
updated to use one of these methods, to ensure we don't run into
intermittent failures when loading screens take longer than usual.
2020-01-15 15:34:15 -04:00
..
chrome.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
driver.js Wait until element is clickable before clicking in e2e tests (#7823) 2020-01-15 15:34:15 -04:00
firefox.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
index.js Consolidate webdriver initialization (#7814) 2020-01-14 13:34:38 -04:00