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

Commit fc828feb authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

Enable PhoneWindowActionModeTest in continuous testing.

Instrumentation tests running in continuous testing should be
annotated with one of @SmallTest, @MediumTest, @LargeTest.

Change-Id: Ib9c450287b170683f40cfce3ba8d049023ddc357
parent 4e38bc23
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.internal.policy;

import android.test.ActivityInstrumentationTestCase2;
import android.test.UiThreadTest;
import android.test.suitebuilder.annotation.SmallTest;
import android.view.ActionMode;
import android.view.ActionMode.Callback;
import android.view.KeyEvent;
@@ -34,6 +35,7 @@ import android.view.accessibility.AccessibilityEvent;
/**
 * Tests {@link PhoneWindow}'s {@link ActionMode} related methods.
 */
@SmallTest
public final class PhoneWindowActionModeTest
        extends ActivityInstrumentationTestCase2<PhoneWindowActionModeTestActivity> {