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

Commit 59d42041 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: Ia6c0e30cc1fbdd55c0e4396d31a3b6a6b9bfabfb
parents 465981ec 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<>(