mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
Make save button functional for numerical habits
This commit is contained in:
@@ -38,7 +38,7 @@ public class EditHabitSteps
|
||||
|
||||
public static void pickFrequency()
|
||||
{
|
||||
onView(withId(R.id.frequencyPicker)).perform(click());
|
||||
onView(withId(R.id.boolean_frequency_picker)).perform(click());
|
||||
onView(withText("SAVE")).perform(click());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user