Closed sn3p closed 7 years ago
Add search_test_element helper. Same behaviour as find_test_element, but returns the a tuple with {:error, error} instead of raising.
search_test_element
assert search_test_element(MainNavigationCell, "does_not_exist") == {:error, :no_such_element}
Add
search_test_element
helper. Same behaviour as find_test_element, but returns the a tuple with {:error, error} instead of raising.