use updated texts in tests

This commit is contained in:
B. Petersen
2025-11-18 13:45:30 +01:00
committed by bjoern
parent b4d8f1e04f
commit b19d39b794
@@ -41,7 +41,7 @@ public class OnboardingTest {
}
onView(withText(R.string.scan_invitation_code)).check(matches(isClickable()));
onView(withText(R.string.import_backup_title)).check(matches(isClickable()));
onView(withText(R.string.login_header)).perform(click());
onView(withText(R.string.manual_account_setup_option)).perform(click());
onView(withHint(R.string.email_address)).perform(replaceText(BuildConfig.TEST_ADDR));
onView(withHint(R.string.existing_password)).perform(replaceText(BuildConfig.TEST_MAIL_PW));
onView(withContentDescription(R.string.ok)).perform(click());