mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
#1212 ignore Languagetest & stabilise helpTest
This commit is contained in:
parent
aa7cf5eff4
commit
37850690ff
@ -30,10 +30,13 @@ class HelpActivityTest : BaseActivityTest<HelpActivity>() {
|
||||
help {
|
||||
clickOnWhatDoesKiwixDo()
|
||||
assertWhatDoesKiwixDoIsExpanded()
|
||||
clickOnWhatDoesKiwixDo()
|
||||
clickOnWhereIsContent()
|
||||
assertWhereIsContentIsExpanded()
|
||||
clickOnWhereIsContent()
|
||||
clickOnLargeZimFiles()
|
||||
assertLargeZimsIsExpanded()
|
||||
clickOnLargeZimFiles()
|
||||
clickOnSendFeedback()
|
||||
}
|
||||
}
|
||||
|
@ -27,6 +27,7 @@ import com.schibsted.spain.barista.interaction.BaristaSleepInteractions;
|
||||
import com.schibsted.spain.barista.rule.BaristaRule;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
@ -68,6 +69,7 @@ public class LanguageActivityTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Covert to kotlin/robot")
|
||||
public void testLanguageActivity() {
|
||||
onView(withText("Online")).perform(click());
|
||||
// Open the Language Activity
|
||||
|
Loading…
x
Reference in New Issue
Block a user