mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-26 02:51:02 +00:00
Fix the UI tests
This commit is contained in:
parent
f7a428b8cb
commit
c6cb390990
2 changed files with 2 additions and 3 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue