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

Commit ff30caa0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "GlobalActionsImeTest: make SysuiTestCase" into rvc-dev am: b5e54cab

Change-Id: I81ce8564aeb2b0e1637ea182b4095bae8808075b
parents 83a4244e b5e54cab
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ import androidx.test.filters.LargeTest;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.rule.ActivityTestRule;

import com.android.systemui.SysuiTestCase;

import org.junit.Rule;
import org.junit.Test;

@@ -41,7 +43,7 @@ import java.util.concurrent.TimeUnit;
import java.util.function.BooleanSupplier;

@LargeTest
public class GlobalActionsImeTest {
public class GlobalActionsImeTest extends SysuiTestCase {

    @Rule
    public ActivityTestRule<TestActivity> mActivityTestRule = new ActivityTestRule<>(