johneastman / Shopper

A Shopping List Android App
0 stars 0 forks source link

Fix GitHub Actions Tests #53

Closed johneastman closed 2 years ago

johneastman commented 2 years ago

Errors with api_level

johneastman commented 2 years ago

The tests were not passing because the keyboard was covering the buttons, which meant espresso couldn't find them. To fix this, I added .perform(closeSoftKeyboard()) before clicking each button.

Commits: