Feat: Language fragment to jetpack compose screen

- retry rule fix
This commit is contained in:
jaskaran 2025-03-19 14:58:29 +05:30 committed by MohitMaliFtechiz
parent 3e42aa3725
commit d32de91060

View File

@ -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()