Create test helpers for UI tests that perform common actions (e.g., clicking on a button, entering text, etc.).
NOTE: When entering text, close the soft keyboard. This ensures that espresso can find UI elements the keyboard may be hiding. Right now, the keyboard is being closed before a button is clicked, but it makes more sense to close the keyboard after entering user input.
Create test helpers for UI tests that perform common actions (e.g., clicking on a button, entering text, etc.).
NOTE: When entering text, close the soft keyboard. This ensures that espresso can find UI elements the keyboard may be hiding. Right now, the keyboard is being closed before a button is clicked, but it makes more sense to close the keyboard after entering user input.