Removed pref_zoom_enabled test

This commit is contained in:
Sonu Sourav 2020-04-16 19:50:01 +05:30
parent 3027aab457
commit 1b8f6e428e

View File

@ -73,11 +73,6 @@ public class KiwixSettingsActivityTest {
is(instanceOf(Preference.class)),
withKey("pref_wifi_only")))
.perform(click());
onData(allOf(
is(instanceOf(Preference.class)),
withKey("pref_zoom_enabled")))
.perform(click());
}
@Test