Skip to content

Commit 8704cb4

Browse files
committed
build fails due to unknown id (removed by xml).
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
1 parent c4a0147 commit 8704cb4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/androidTest/java/com/nextcloud/talk/ui/LoginIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public void login() throws InterruptedException {
6868
try {
6969
// Delete account if exists
7070
onView(withId(R.id.switch_account_button)).perform(click());
71-
onView(withId(R.id.manage_settings)).perform(click());
7271
onView(withId(R.id.settings_remove_account)).perform(click());
7372
onView(withText(R.string.nc_settings_remove)).perform(click());
7473
// The remove button must be clicked two times

0 commit comments

Comments
 (0)