johneastman / Shopper

A Shopping List Android App
0 stars 0 forks source link

Create Test Helpers for Espresso (UI) Tests #54

Closed johneastman closed 2 years ago

johneastman commented 2 years ago

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.

johneastman commented 2 years ago

Commit: https://github.com/johneastman/Shopper/commit/7948c1301ff4478613796b0f1fbe068c84731c04