Bug 1870329 - Add add-on name to the content description of each install button

fenix/124.1.0
William Durand 3 months ago committed by mergify[bot]
parent 487705b91a
commit ec85d157fe

@ -204,7 +204,7 @@ class SettingsSubMenuAddonsManagerRobot {
private fun installButtonForAddon(addonName: String) =
onView(
allOf(
withContentDescription(R.string.mozac_feature_addons_install_addon_content_description),
withContentDescription("Install $addonName"),
isDescendantOfA(withId(R.id.add_on_item)),
hasSibling(hasDescendant(withText(addonName))),
),

Loading…
Cancel
Save