Bug 1807276 - Fix firstRunScreenTest and youControlYourDataCardTest UI tests

fenix/115.2.0
AndiAJ 1 year ago committed by mergify[bot]
parent 3fb703f526
commit 4ffee2c338

@ -181,7 +181,7 @@ class HomeScreenRobot {
itemWithResId("$packageName:id/tracking_protection_strict_default").click()
fun verifyPrivacyNoticeCard() {
scrollToElementByText(getStringResource(R.string.onboarding_privacy_notice_header_1))
scrollToElementByText(getStringResource(R.string.onboarding_privacy_notice_read_button))
assertItemContainingTextExists(privacyNoticeHeader, privacyNoticeDescription)
assertItemWithResIdExists(privacyNoticeButton)
}

Loading…
Cancel
Save