mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Feat: Language fragment to jetpack compose screen
- retry rule fix
This commit is contained in:
parent
3e42aa3725
commit
d32de91060
@ -37,7 +37,6 @@ import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
import org.kiwix.kiwixmobile.core.utils.LanguageUtils.Companion.handleLocaleChange
|
||||
import org.kiwix.kiwixmobile.core.utils.SharedPreferenceUtil
|
||||
import org.kiwix.kiwixmobile.core.utils.TestingUtils.RETRY_RULE_ORDER
|
||||
import org.kiwix.kiwixmobile.main.KiwixMainActivity
|
||||
import org.kiwix.kiwixmobile.testutils.RetryRule
|
||||
import org.kiwix.kiwixmobile.testutils.TestUtils.closeSystemDialogs
|
||||
@ -47,9 +46,8 @@ import org.kiwix.kiwixmobile.utils.StandardActions
|
||||
@LargeTest
|
||||
@RunWith(AndroidJUnit4::class)
|
||||
class LanguageFragmentTest {
|
||||
@Rule(order = RETRY_RULE_ORDER)
|
||||
@JvmField
|
||||
val retryRule = RetryRule()
|
||||
@get:Rule
|
||||
val retryTestRule = RetryRule()
|
||||
|
||||
@get:Rule
|
||||
val composeTestRule = createComposeRule()
|
||||
|
Loading…
x
Reference in New Issue
Block a user