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

Commit 2ef21e4c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add RequiresDesktopDevice to TaskbarOverflow e2e test" into main

parents 6d42966a b55ad4d7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package com.android.wm.shell.functional

import android.platform.test.annotations.Postsubmit
import android.platform.test.annotations.RequiresDesktopDevice
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.FocusAppFromTaskbarOverflow
import org.junit.runner.RunWith
@@ -24,6 +25,7 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for [FocusAppFromTaskbarOverflow]. */
@RunWith(BlockJUnit4ClassRunner::class)
@RequiresDesktopDevice
@Postsubmit
@ScreenRecordRule.ScreenRecord
class FocusAppFromTaskbarOverflowTest : FocusAppFromTaskbarOverflow()