Merge "Pattern a11y fix" into main

This commit is contained in:
Joshua Mccloskey
2025-01-17 09:12:56 -08:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 4 deletions

View File

@@ -287,7 +287,6 @@ public class SetupChooseLockPatternTest {
final FooterButton nextButton = footerBarMixin.getPrimaryButton();
assertThat(nextButton.getVisibility()).isEqualTo(View.VISIBLE);
assertThat(nextButton.isEnabled()).isFalse();
enterPattern();
@@ -333,7 +332,6 @@ public class SetupChooseLockPatternTest {
mContext.getString(R.string.lockpattern_need_to_unlock_wrong));
assertThat(nextButton.getText().toString()).isEqualTo(
mContext.getString(R.string.lockpattern_confirm_button_text));
assertThat(nextButton.isEnabled()).isFalse();
}
@Test