deleted-bottom-toolbar-inst-test

This commit is contained in:
Justin Biggs 2019-06-23 08:36:02 -05:00
parent 69e5a7832c
commit 699b405991

View File

@ -49,10 +49,10 @@ public class SettingsTest {
withKey("pref_hidetoolbar"))) withKey("pref_hidetoolbar")))
.perform(click()); .perform(click());
onData(allOf( // onData(allOf(
is(instanceOf(Preference.class)), // is(instanceOf(Preference.class)),
withKey("pref_bottomtoolbar"))) // withKey("pref_bottomtoolbar")))
.perform(click()); // .perform(click());
onData(allOf( onData(allOf(
is(instanceOf(Preference.class)), is(instanceOf(Preference.class)),