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 e43552bd55
Eliminate redundant locator building (#19585)
Our e2e test driver was building the locator object multiple times over
in some cases. The `Locator` object is required by certain webdriver
methods, but our driver methods all accept a "raw locator".

This change avoids a few redundant calls, and makes it easier to
improve the error message for a timeout failure (which will be done in
a later PR). It also makes the code match the documentation/parameter
names.
2023-07-10 17:09:37 -02:30
..
chrome.js e2e test for action metrics (#18347) 2023-05-04 10:38:09 +04:00
driver.js Eliminate redundant locator building (#19585) 2023-07-10 17:09:37 -02:30
firefox.js
index.js e2e test for action metrics (#18347) 2023-05-04 10:38:09 +04:00