Network Factory Device Reset defaults to not resetting the eSim profile.
Test: xml change, no test available. Change-Id: Ifa5f209d7a0ed9d081fb8bbf7d34e9cddcc2f317
This commit is contained in:
@@ -236,7 +236,7 @@ public class MainClearTest {
|
||||
|
||||
@Test
|
||||
public void testEsimRecheckBoxDefaultChecked() {
|
||||
assertThat(((CheckBox) mContentView.findViewById(R.id.erase_esim)).isChecked()).isTrue();
|
||||
assertThat(((CheckBox) mContentView.findViewById(R.id.erase_esim)).isChecked()).isFalse();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user