mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
lint fix
This commit is contained in:
parent
749dcf2031
commit
b9f9667fad
@ -44,7 +44,7 @@ class KiwixSettingsFragmentTest {
|
||||
GrantPermissionRule.grant(Manifest.permission.WRITE_EXTERNAL_STORAGE)
|
||||
|
||||
@Before fun setup() {
|
||||
//Go to IntroFragment
|
||||
// Go to IntroFragment
|
||||
UiThreadStatement.runOnUiThread { activityTestRule.activity.navigate(R.id.introFragment) }
|
||||
intro(IntroRobot::swipeLeft) clickGetStarted { }
|
||||
StandardActions.openDrawer()
|
||||
@ -64,7 +64,7 @@ class KiwixSettingsFragmentTest {
|
||||
toggleExternalLinkWarningPref()
|
||||
toggleWifiDownloadsOnlyPref()
|
||||
clickStoragePreference()
|
||||
//Let's pause here for a moment because calculating storage takes some time
|
||||
// Let's pause here for a moment because calculating storage takes some time
|
||||
BaristaSleepInteractions.sleep(TEST_PAUSE_MS.toLong())
|
||||
assertStorageDialogDisplayed()
|
||||
dismissDialog()
|
||||
|
Loading…
x
Reference in New Issue
Block a user