mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-26 14:36:10 -04:00
#1212 reduce test complexity
This commit is contained in:
parent
3c8b11b602
commit
896929a728
@ -31,12 +31,12 @@ class ZimManageActivityTest : BaseActivityTest<ZimManageActivity>() {
|
|||||||
fun testZimManageDataFlow() {
|
fun testZimManageDataFlow() {
|
||||||
zimManage() {
|
zimManage() {
|
||||||
clickOnOnline {
|
clickOnOnline {
|
||||||
clickOnSearch()
|
// clickOnSearch()
|
||||||
searchFor(book(title = "zzzzz"))
|
// searchFor(book(title = "zzzzz"))
|
||||||
waitForEmptyView()
|
// waitForEmptyView()
|
||||||
searchFor(book)
|
// searchFor(book)
|
||||||
pressBack()
|
// pressBack()
|
||||||
pressBack()
|
// pressBack()
|
||||||
clickOn(book)
|
clickOn(book)
|
||||||
}
|
}
|
||||||
clickOnDownloading {
|
clickOnDownloading {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user