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

Commit 7d479532 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Update WM CTS test name

Bug: 292101979
Test: atest CtsWindowManagerDeviceBackNavigation
Change-Id: Icf697e8737b8f1258877302299cef09fd70d583b
parent 853b9d56
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -12,19 +12,19 @@
      ]
      ]
    },
    },
    {
    {
      "name": "CtsWindowManagerDeviceTestCases",
      "name": "CtsWindowManagerDeviceBackNavigation",
      "options": [
      "options": [
        {
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        },
        {
        {
          "include-filter": "android.server.wm.BackGestureInvokedTest"
          "include-filter": "android.server.wm.backnavigation.BackGestureInvokedTest"
        },
        },
        {
        {
          "include-filter": "android.server.wm.BackNavigationTests"
          "include-filter": "android.server.wm.backnavigation.BackNavigationTests"
        },
        },
        {
        {
          "include-filter": "android.server.wm.OnBackInvokedCallbackGestureTest"
          "include-filter": "android.server.wm.backnavigation.OnBackInvokedCallbackGestureTest"
        }
        }
      ]
      ]
    }
    }