Merge "Ignoring several biometric/password robotests" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
fcd8fdf29d
@@ -72,6 +72,7 @@ import com.android.settingslib.core.AbstractPreferenceController;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
@@ -407,6 +408,7 @@ public class CombinedBiometricProfileSettingsTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void testClickFaceUnlock_inMultiWindow_withoutEnrolledFp_showsDialog() {
|
public void testClickFaceUnlock_inMultiWindow_withoutEnrolledFp_showsDialog() {
|
||||||
testClickFaceUnlock(true /* isInMultiWindow */, false /*hasEnrolledFace*/);
|
testClickFaceUnlock(true /* isInMultiWindow */, false /*hasEnrolledFace*/);
|
||||||
verifyShowsDialogAfterClickingUnlock(mFragment.getFacePreferenceKey());
|
verifyShowsDialogAfterClickingUnlock(mFragment.getFacePreferenceKey());
|
||||||
|
@@ -50,6 +50,7 @@ import com.google.android.setupdesign.GlifLayout;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.Mock;
|
import org.mockito.Mock;
|
||||||
@@ -127,6 +128,7 @@ public class FaceEnrollEducationTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void testFaceEnrollEducation_hasHeader() {
|
public void testFaceEnrollEducation_hasHeader() {
|
||||||
setupActivity();
|
setupActivity();
|
||||||
CharSequence headerText = getGlifLayout().getHeaderText();
|
CharSequence headerText = getGlifLayout().getHeaderText();
|
||||||
|
@@ -76,6 +76,7 @@ import com.google.android.setupdesign.view.BottomScrollView;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@@ -282,6 +283,7 @@ public class FaceEnrollIntroductionTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void testOnCreateToGenerateChallenge() {
|
public void testOnCreateToGenerateChallenge() {
|
||||||
setupActivityWithGenerateChallenge(
|
setupActivityWithGenerateChallenge(
|
||||||
new Intent().putExtra(ChooseLockSettingsHelper.EXTRA_KEY_GK_PW_HANDLE, 1L));
|
new Intent().putExtra(ChooseLockSettingsHelper.EXTRA_KEY_GK_PW_HANDLE, 1L));
|
||||||
@@ -432,6 +434,7 @@ public class FaceEnrollIntroductionTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void testFaceEnrollIntroduction_onStartRegisteredPostureChangeCallback() {
|
public void testFaceEnrollIntroduction_onStartRegisteredPostureChangeCallback() {
|
||||||
setupActivityForPosture();
|
setupActivityForPosture();
|
||||||
mSpyActivity.onStart();
|
mSpyActivity.onStart();
|
||||||
|
@@ -32,6 +32,7 @@ import com.android.settings.testutils.shadow.ShadowUserManager;
|
|||||||
import com.android.settingslib.widget.LayoutPreference;
|
import com.android.settingslib.widget.LayoutPreference;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
@@ -44,6 +45,7 @@ import org.robolectric.RuntimeEnvironment;
|
|||||||
import org.robolectric.annotation.Config;
|
import org.robolectric.annotation.Config;
|
||||||
import org.robolectric.shadows.ShadowApplication;
|
import org.robolectric.shadows.ShadowApplication;
|
||||||
|
|
||||||
|
@Ignore("b/295325503")
|
||||||
@RunWith(RobolectricTestRunner.class)
|
@RunWith(RobolectricTestRunner.class)
|
||||||
@Config(shadows = {ShadowUserManager.class})
|
@Config(shadows = {ShadowUserManager.class})
|
||||||
public class FaceSettingsRemoveButtonPreferenceControllerTest {
|
public class FaceSettingsRemoveButtonPreferenceControllerTest {
|
||||||
|
@@ -70,6 +70,7 @@ import com.airbnb.lottie.LottieTask;
|
|||||||
import com.google.android.setupdesign.GlifLayout;
|
import com.google.android.setupdesign.GlifLayout;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@@ -85,6 +86,7 @@ import java.util.ArrayList;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.concurrent.atomic.AtomicReference;
|
import java.util.concurrent.atomic.AtomicReference;
|
||||||
|
|
||||||
|
@Ignore("b/295325503")
|
||||||
@RunWith(RobolectricTestRunner.class)
|
@RunWith(RobolectricTestRunner.class)
|
||||||
@LooperMode(LooperMode.Mode.LEGACY)
|
@LooperMode(LooperMode.Mode.LEGACY)
|
||||||
public class FingerprintEnrollEnrollingTest {
|
public class FingerprintEnrollEnrollingTest {
|
||||||
|
@@ -65,6 +65,7 @@ import com.google.android.setupdesign.GlifLayout;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@@ -556,6 +557,7 @@ public class FingerprintEnrollFindSensorTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void fingerprintEnrollFindSensor_activityApplyDarkLightStyle() {
|
public void fingerprintEnrollFindSensor_activityApplyDarkLightStyle() {
|
||||||
setupActivity_onSfpsDevice();
|
setupActivity_onSfpsDevice();
|
||||||
verifySidecar_onRearOrSfpsDevice();
|
verifySidecar_onRearOrSfpsDevice();
|
||||||
|
@@ -35,6 +35,7 @@ import com.google.android.setupcompat.PartnerCustomizationLayout;
|
|||||||
import com.google.android.setupcompat.template.FooterBarMixin;
|
import com.google.android.setupcompat.template.FooterBarMixin;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.robolectric.Robolectric;
|
import org.robolectric.Robolectric;
|
||||||
@@ -115,6 +116,7 @@ public class SetupFingerprintEnrollFinishTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void onActivityResult_fingerprintCountIsOne_fingerprintSuggestionActivityEnabled() {
|
public void onActivityResult_fingerprintCountIsOne_fingerprintSuggestionActivityEnabled() {
|
||||||
Shadows.shadowOf((FingerprintManager) mFingerprintManager).setDefaultFingerprints(1);
|
Shadows.shadowOf((FingerprintManager) mFingerprintManager).setDefaultFingerprints(1);
|
||||||
|
|
||||||
@@ -135,6 +137,7 @@ public class SetupFingerprintEnrollFinishTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void clickNext_fingerprintCountIsOne_fngerprintSuggestionActivityEnabled() {
|
public void clickNext_fingerprintCountIsOne_fngerprintSuggestionActivityEnabled() {
|
||||||
Shadows.shadowOf((FingerprintManager) mFingerprintManager).setDefaultFingerprints(1);
|
Shadows.shadowOf((FingerprintManager) mFingerprintManager).setDefaultFingerprints(1);
|
||||||
|
|
||||||
@@ -155,6 +158,7 @@ public class SetupFingerprintEnrollFinishTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void onBackPressed_fingerprintCountIsOne_fngerprintSuggestionActivityEnabled() {
|
public void onBackPressed_fingerprintCountIsOne_fngerprintSuggestionActivityEnabled() {
|
||||||
Shadows.shadowOf((FingerprintManager) mFingerprintManager).setDefaultFingerprints(1);
|
Shadows.shadowOf((FingerprintManager) mFingerprintManager).setDefaultFingerprints(1);
|
||||||
|
|
||||||
|
@@ -47,6 +47,7 @@ import com.android.settings.testutils.shadow.ShadowUserManager;
|
|||||||
import com.android.settings.testutils.shadow.ShadowUtils;
|
import com.android.settings.testutils.shadow.ShadowUtils;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.MockitoAnnotations;
|
import org.mockito.MockitoAnnotations;
|
||||||
@@ -128,6 +129,7 @@ public class ConfirmCredentialTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void onCreate_remoteValidation_invalidServiceComponentName_finishActivity()
|
public void onCreate_remoteValidation_invalidServiceComponentName_finishActivity()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
Intent intentWithInvalidComponentName = new Intent()
|
Intent intentWithInvalidComponentName = new Intent()
|
||||||
|
@@ -62,6 +62,7 @@ import com.android.settings.testutils.shadow.ShadowUtils;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@@ -176,6 +177,7 @@ public class ConfirmLockPasswordTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void handleNext_remoteValidation_correctGuess_checkboxChecked() throws Exception {
|
public void handleNext_remoteValidation_correctGuess_checkboxChecked() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
@@ -201,6 +203,7 @@ public class ConfirmLockPasswordTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void handleNext_remoteValidation_correctGuess_checkboxUnchecked() throws Exception {
|
public void handleNext_remoteValidation_correctGuess_checkboxUnchecked() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
@@ -227,6 +230,7 @@ public class ConfirmLockPasswordTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void handleNext_remoteValidation_guessInvalid() throws Exception {
|
public void handleNext_remoteValidation_guessInvalid() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
@@ -251,6 +255,7 @@ public class ConfirmLockPasswordTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void handleNext_remoteValidation_lockout() throws Exception {
|
public void handleNext_remoteValidation_lockout() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
@@ -275,6 +280,7 @@ public class ConfirmLockPasswordTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void handleNext_remoteValidation_noRemainingAttempts_finishActivity() throws Exception {
|
public void handleNext_remoteValidation_noRemainingAttempts_finishActivity() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
|
@@ -58,6 +58,7 @@ import com.android.settings.testutils.shadow.ShadowUtils;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.ArgumentCaptor;
|
import org.mockito.ArgumentCaptor;
|
||||||
@@ -156,6 +157,7 @@ public class ConfirmLockPatternTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void onPatternDetected_remoteValidation_guessValid_checkboxChecked() throws Exception {
|
public void onPatternDetected_remoteValidation_guessValid_checkboxChecked() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
@@ -181,6 +183,7 @@ public class ConfirmLockPatternTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void onPatternDetected_remoteValidation_guessValid_checkboxUnchecked() throws Exception {
|
public void onPatternDetected_remoteValidation_guessValid_checkboxUnchecked() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
@@ -207,6 +210,7 @@ public class ConfirmLockPatternTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void onPatternDetected_remoteValidation_guessInvalid() throws Exception {
|
public void onPatternDetected_remoteValidation_guessInvalid() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
@@ -231,6 +235,7 @@ public class ConfirmLockPatternTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void onPatternDetected_remoteValidation_lockout() throws Exception {
|
public void onPatternDetected_remoteValidation_lockout() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
@@ -255,6 +260,7 @@ public class ConfirmLockPatternTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void onPatternDetected_noRemainingAttempts_finishActivity() throws Exception {
|
public void onPatternDetected_noRemainingAttempts_finishActivity() throws Exception {
|
||||||
ConfirmDeviceCredentialBaseActivity activity =
|
ConfirmDeviceCredentialBaseActivity activity =
|
||||||
buildConfirmDeviceCredentialBaseActivity(
|
buildConfirmDeviceCredentialBaseActivity(
|
||||||
|
@@ -50,6 +50,7 @@ import com.google.android.setupcompat.util.WizardManagerHelper;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.mockito.Mock;
|
import org.mockito.Mock;
|
||||||
@@ -90,6 +91,7 @@ public class SetNewPasswordActivityTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void testChooseLockGeneric() {
|
public void testChooseLockGeneric() {
|
||||||
Settings.Global.putInt(RuntimeEnvironment.application.getContentResolver(),
|
Settings.Global.putInt(RuntimeEnvironment.application.getContentResolver(),
|
||||||
Settings.Global.DEVICE_PROVISIONED, 1);
|
Settings.Global.DEVICE_PROVISIONED, 1);
|
||||||
|
@@ -47,6 +47,7 @@ import com.google.android.setupcompat.template.FooterBarMixin;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.robolectric.RobolectricTestRunner;
|
import org.robolectric.RobolectricTestRunner;
|
||||||
@@ -122,6 +123,7 @@ public class SetupChooseLockPasswordTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Config(shadows = ShadowChooseLockGenericController.class)
|
@Config(shadows = ShadowChooseLockGenericController.class)
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void createActivity_withShowOptionsButtonExtra_buttonNotVisibleIfNoVisibleLockTypes() {
|
public void createActivity_withShowOptionsButtonExtra_buttonNotVisibleIfNoVisibleLockTypes() {
|
||||||
SetupChooseLockPassword activity = createSetupChooseLockPassword();
|
SetupChooseLockPassword activity = createSetupChooseLockPassword();
|
||||||
Button optionsButton = activity.findViewById(R.id.screen_lock_options);
|
Button optionsButton = activity.findViewById(R.id.screen_lock_options);
|
||||||
|
@@ -51,6 +51,7 @@ import com.google.android.setupcompat.template.FooterBarMixin;
|
|||||||
import com.google.android.setupcompat.template.FooterButton;
|
import com.google.android.setupcompat.template.FooterButton;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.robolectric.RobolectricTestRunner;
|
import org.robolectric.RobolectricTestRunner;
|
||||||
@@ -99,6 +100,7 @@ public class SetupChooseLockPatternTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void optionsButton_whenPatternSelected_shouldBeVisible() {
|
public void optionsButton_whenPatternSelected_shouldBeVisible() {
|
||||||
final Button button = mActivity.findViewById(R.id.screen_lock_options);
|
final Button button = mActivity.findViewById(R.id.screen_lock_options);
|
||||||
assertThat(button).isNotNull();
|
assertThat(button).isNotNull();
|
||||||
@@ -125,12 +127,14 @@ public class SetupChooseLockPatternTest {
|
|||||||
|
|
||||||
@Config(qualifiers = "sw400dp")
|
@Config(qualifiers = "sw400dp")
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void sw400dp_shouldShowScreenLockOptions() {
|
public void sw400dp_shouldShowScreenLockOptions() {
|
||||||
verifyScreenLockOptionsShown();
|
verifyScreenLockOptionsShown();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Config(qualifiers = "sw400dp-land")
|
@Config(qualifiers = "sw400dp-land")
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void sw400dpLandscape_shouldShowScreenLockOptions() {
|
public void sw400dpLandscape_shouldShowScreenLockOptions() {
|
||||||
verifyScreenLockOptionsShown();
|
verifyScreenLockOptionsShown();
|
||||||
}
|
}
|
||||||
@@ -143,17 +147,20 @@ public class SetupChooseLockPatternTest {
|
|||||||
|
|
||||||
@Config(qualifiers = "sw300dp")
|
@Config(qualifiers = "sw300dp")
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void smallScreens_shouldHideScreenLockOptions() {
|
public void smallScreens_shouldHideScreenLockOptions() {
|
||||||
verifyScreenLockOptionsHidden();
|
verifyScreenLockOptionsHidden();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Config(qualifiers = "sw300dp-land")
|
@Config(qualifiers = "sw300dp-land")
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void smallScreensLandscape_shouldHideScreenLockOptions() {
|
public void smallScreensLandscape_shouldHideScreenLockOptions() {
|
||||||
verifyScreenLockOptionsHidden();
|
verifyScreenLockOptionsHidden();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore("b/295325503")
|
||||||
public void skipButton_shouldBeVisible_duringNonFingerprintFlow() {
|
public void skipButton_shouldBeVisible_duringNonFingerprintFlow() {
|
||||||
final PartnerCustomizationLayout layout = mActivity.findViewById(R.id.setup_wizard_layout);
|
final PartnerCustomizationLayout layout = mActivity.findViewById(R.id.setup_wizard_layout);
|
||||||
final Button skipOrClearButton =
|
final Button skipOrClearButton =
|
||||||
|
Reference in New Issue
Block a user