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

Commit 3ee02fff authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Enable IME test: "show and hide IME layer"

This test was previously disabled because it was flaky. This CL re-enables the test.

 To check if the IME works correctly the flicker tests check:
 (1) IME layer is invisible in the beginning
 (2) IME layer is displayed
 (3) once shown, IME layer is visible in all following entries

Test: atest FlickerTests:OpenImeWindowTest
Change-Id: I89abb369904fc39733f4aef8038e2ad1be2607d9
parent 5225a0e8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ import androidx.test.filters.LargeTest;
import com.android.server.wm.flicker.helpers.ImeAppHelper;

import org.junit.FixMethodOrder;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.MethodSorters;
@@ -62,7 +61,6 @@ public class OpenImeWindowTest extends NonRotationTestBase {
                .forAllEntries());
    }

    @Ignore("Flaky. Pending debug")
    @Test
    public void checkVisibility_imeLayerBecomesVisible() {
        checkResults(result -> LayersTraceSubject.assertThat(result)