Fix the UI tests

This commit is contained in:
Alexander Bakker 2021-01-16 17:43:07 +01:00
parent f7a428b8cb
commit c6cb390990
2 changed files with 2 additions and 3 deletions

View file

@ -159,7 +159,7 @@ public class OverallTest extends AegisTest {
}
private void addEntry(VaultEntry entry) {
onView(withId(R.id.fab_expand_menu_button)).perform(click());
onView(withId(R.id.fab)).perform(click());
onView(withId(R.id.fab_enter)).perform(click());
onView(withId(R.id.text_name)).perform(typeText(entry.getName()), closeSoftKeyboard());