mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-07 22:31:17 -04:00
remove flaky test attribute
This commit is contained in:
parent
130d9e9101
commit
2568dadd01
@ -75,7 +75,6 @@ public class LanguageActivityTest {
|
|||||||
activityTestRule.launchActivity();
|
activityTestRule.launchActivity();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AllowFlaky(attempts = 1)
|
|
||||||
@Test
|
@Test
|
||||||
public void testLanguageActivity() {
|
public void testLanguageActivity() {
|
||||||
BaristaSleepInteractions.sleep(TEST_PAUSE_MS);
|
BaristaSleepInteractions.sleep(TEST_PAUSE_MS);
|
||||||
@ -123,9 +122,6 @@ public class LanguageActivityTest {
|
|||||||
onView(withContentDescription("Save languages")).check(matches(notNullValue()));
|
onView(withContentDescription("Save languages")).check(matches(notNullValue()));
|
||||||
onView(withContentDescription("Search")).check(matches(notNullValue()));
|
onView(withContentDescription("Search")).check(matches(notNullValue()));
|
||||||
|
|
||||||
// verify that the list of languages is present
|
|
||||||
//onView(withId(R.id.recycler_view)).check(withItemCount(greaterThan(0)));
|
|
||||||
|
|
||||||
// languages used for testing
|
// languages used for testing
|
||||||
String language1 = "kongo";
|
String language1 = "kongo";
|
||||||
String language2 = "bengali";
|
String language2 = "bengali";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user