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

Commit b55ad4d7 authored by Toni Barzic's avatar Toni Barzic
Browse files

Add RequiresDesktopDevice to TaskbarOverflow e2e test

Bug: 418233555
Bug: 418235688
Test: None
Flag: EXEMPT test only

Change-Id: I99b29dd4128563ba70c3afe7bae3f424a076cc64
parent 114ab992
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()