Skip to content
Snippets Groups Projects
Commit 41dddf15 authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

Merge "Update expected scenarios for EnterSplitScreenByDragFromAllApps" into main

parents 66c061f6 586611a9
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