Skip to content
Snippets Groups Projects
Commit 586611a9 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Update expected scenarios for EnterSplitScreenByDragFromAllApps

We don't seem to tag this scenario with anything right now.

Bug: 301093332
Test: atest com.android.wm.shell.flicker.service.splitscreen.flicker.EnterSplitScreenByDragFromAllAppsGesturalNavLandscape on tablet
Change-Id: I8168061b396d02c54b0de1b96dcc27535e75681a
parent 339244f5
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ import org.junit.runner.RunWith
class EnterSplitScreenByDragFromAllAppsGesturalNavLandscape :
EnterSplitScreenByDragFromAllApps(Rotation.ROTATION_90) {
@ExpectedScenarios(["SPLIT_SCREEN_ENTER"])
@ExpectedScenarios(["ENTIRE_TRACE"]) // missing SPLIT_SCREEN_ENTER tag (b/301093332)
@Test
override fun enterSplitScreenByDragFromAllApps() = super.enterSplitScreenByDragFromAllApps()
......
......@@ -31,7 +31,7 @@ import org.junit.runner.RunWith
class EnterSplitScreenByDragFromAllAppsGesturalNavPortrait :
EnterSplitScreenByDragFromAllApps(Rotation.ROTATION_0) {
@ExpectedScenarios(["SPLIT_SCREEN_ENTER"])
@ExpectedScenarios(["ENTIRE_TRACE"]) // missing SPLIT_SCREEN_ENTER tag (b/301093332)
@Test
override fun enterSplitScreenByDragFromAllApps() = super.enterSplitScreenByDragFromAllApps()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment