File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/src/sharedTest/java/org/oppia/android/app/profile Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ class PinPasswordActivityTest {
219
219
220
220
@Test
221
221
fun testPinPassword_withAdmin_inputCorrectPin_opensHomeActivity () {
222
+ TestPlatformParameterModule .forceEnableMultipleClassrooms(false )
222
223
ActivityScenario .launch<PinPasswordActivity >(
223
224
PinPasswordActivity .createPinPasswordActivityIntent(
224
225
context = context,
@@ -256,6 +257,7 @@ class PinPasswordActivityTest {
256
257
257
258
@Test
258
259
fun testPinPassword_withUser_inputCorrectPin_opensHomeActivity () {
260
+ TestPlatformParameterModule .forceEnableMultipleClassrooms(false )
259
261
ActivityScenario .launch<PinPasswordActivity >(
260
262
PinPasswordActivity .createPinPasswordActivityIntent(
261
263
context = context,
@@ -544,6 +546,7 @@ class PinPasswordActivityTest {
544
546
545
547
@Test
546
548
fun testPinPassword_withUser_forgot_inputAdminPinAndNewPin_opensHomeActivity () {
549
+ TestPlatformParameterModule .forceEnableMultipleClassrooms(false )
547
550
ActivityScenario .launch<PinPasswordActivity >(
548
551
PinPasswordActivity .createPinPasswordActivityIntent(
549
552
context = context,
You can’t perform that action at this time.
0 commit comments