mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
edit name description panel xml
This commit is contained in:
@@ -23,7 +23,6 @@ import androidx.annotation.StringRes;
|
||||
import androidx.test.espresso.*;
|
||||
import androidx.test.espresso.contrib.*;
|
||||
import androidx.test.uiautomator.*;
|
||||
import androidx.appcompat.widget.*;
|
||||
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
|
||||
@@ -167,7 +166,7 @@ public class CommonSteps extends BaseUserInterfaceTest
|
||||
break;
|
||||
|
||||
case EDIT_HABIT:
|
||||
onView(withId(R.id.tvDescription)).check(matches(isDisplayed()));
|
||||
onView(withId(R.id.tvQuestion)).check(matches(isDisplayed()));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ public class EditHabitSteps
|
||||
|
||||
public static void typeQuestion(String name)
|
||||
{
|
||||
typeTextWithId(R.id.tvDescription, name);
|
||||
typeTextWithId(R.id.tvQuestion, name);
|
||||
}
|
||||
|
||||
public static void setReminder()
|
||||
|
||||
Reference in New Issue
Block a user