Merge "Change aspect ratio summary and footer text" into udc-qpr-dev

This commit is contained in:
Graciela Putri
2023-09-13 07:14:13 +00:00
committed by Android (Google) Code Review
4 changed files with 26 additions and 16 deletions

View File

@@ -67,7 +67,8 @@ class UserAspectRatioAppsPageProviderTest {
@Test
fun injectEntry_summary() {
setInjectEntry()
composeTestRule.onNodeWithText(context.getString(R.string.aspect_ratio_summary, Build.MODEL))
composeTestRule
.onNodeWithText(context.getString(R.string.aspect_ratio_summary, Build.MODEL))
.assertIsDisplayed()
}