Loading tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppStoragePreferenceTest.kt +2 −2 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ class AppStoragePreferenceTest { composeTestRule.onNodeWithText(context.getString(R.string.storage_settings_for_app)) .assertIsDisplayed() composeTestRule.waitUntilExists(hasText("123 B used in internal storage")) composeTestRule.waitUntilExists(hasText("120 B used in internal storage")) } @Test Loading @@ -104,7 +104,7 @@ class AppStoragePreferenceTest { composeTestRule.onNodeWithText(context.getString(R.string.storage_settings_for_app)) .assertIsDisplayed() composeTestRule.waitUntilExists(hasText("123 B used in external storage")) composeTestRule.waitUntilExists(hasText("120 B used in external storage")) } private fun setContent(app: ApplicationInfo) { Loading Loading
tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppStoragePreferenceTest.kt +2 −2 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ class AppStoragePreferenceTest { composeTestRule.onNodeWithText(context.getString(R.string.storage_settings_for_app)) .assertIsDisplayed() composeTestRule.waitUntilExists(hasText("123 B used in internal storage")) composeTestRule.waitUntilExists(hasText("120 B used in internal storage")) } @Test Loading @@ -104,7 +104,7 @@ class AppStoragePreferenceTest { composeTestRule.onNodeWithText(context.getString(R.string.storage_settings_for_app)) .assertIsDisplayed() composeTestRule.waitUntilExists(hasText("123 B used in external storage")) composeTestRule.waitUntilExists(hasText("120 B used in external storage")) } private fun setContent(app: ApplicationInfo) { Loading