mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Removed pref_zoom_enabled test
This commit is contained in:
parent
3027aab457
commit
1b8f6e428e
@ -73,11 +73,6 @@ public class KiwixSettingsActivityTest {
|
|||||||
is(instanceOf(Preference.class)),
|
is(instanceOf(Preference.class)),
|
||||||
withKey("pref_wifi_only")))
|
withKey("pref_wifi_only")))
|
||||||
.perform(click());
|
.perform(click());
|
||||||
|
|
||||||
onData(allOf(
|
|
||||||
is(instanceOf(Preference.class)),
|
|
||||||
withKey("pref_zoom_enabled")))
|
|
||||||
.perform(click());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user