Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c001b18b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable SceneContainer flag along with KEYGUARD_WM_STATE_REFACTOR" into main

parents 193932a1 964da52d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ class FromAlternateBouncerTransitionInteractorTest(flags: FlagsParameterization)

    @Test
    @DisableFlags(Flags.FLAG_KEYGUARD_WM_STATE_REFACTOR)
    @DisableSceneContainer
    fun transitionToGone_keyguardOccluded_biometricAuthenticated() =
        testScope.runTest {
            transitionRepository.sendTransitionSteps(
@@ -321,6 +322,7 @@ class FromAlternateBouncerTransitionInteractorTest(flags: FlagsParameterization)

    @Test
    @DisableFlags(Flags.FLAG_KEYGUARD_WM_STATE_REFACTOR)
    @DisableSceneContainer
    fun transitionToGone_whenOpeningGlanceableHubEditMode() =
        testScope.runTest {
            kosmos.fakeKeyguardBouncerRepository.setAlternateVisible(true)