Update aspect ratio summary strings

Replace usage of `aspect_ratio_summary` and `aspect_ratio_main_summary`
with `aspect_ratio_summary_text` and `aspect_ratio_main_summary_text`

Fixes: 302142203
Test: Manual
Change-Id: Id7570269806e2dd15f45bdc0aad1ed0534e259b6
This commit is contained in:
Eghosa Ewansiha-Vlachavas
2023-09-26 17:04:59 +00:00
parent 734aae86d4
commit 159b8aed3d
3 changed files with 4 additions and 4 deletions

View File

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