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

Commit 964da52d authored by Beverly's avatar Beverly
Browse files

Disable SceneContainer flag along with KEYGUARD_WM_STATE_REFACTOR

The SceneContainer flag is dependent on
FLAG_KEYGUARD_WM_STATE_REFACTOR.

Test: atest FromAlternateBouncerTransitionInteractorTest
Bug: 416717131
Flag: TEST_ONLY
Change-Id: Ic631731512bdc879dc6f81a41b6b08ba249cdd52
parent 6129796b
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)