xref: /aosp_15_r20/external/autotest/client/site_tests/touch_GestureNav/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2018 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5AUTHOR = "kalin"
6NAME = "touch_GestureNav"
7PURPOSE = "Test that three-finger touchpad gesture can switch tabs."
8CRITERIA = """
9This test will fail if, after playback of two fingers for back/forward
10long swipes, the active tab does not navigate as expected.
11"""
12ATTRIBUTES = "suite:touch_replay"
13TIME = "SHORT"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "touch"
16TEST_TYPE = "client"
17DEPENDENCIES = "touchpad"
18PY_VERSION = 3
19
20DOC = """
21Plays back touchpad gestures (if present) and checks for back/fwd navigation.
22Ignores devices without touchpads.
23Checks that the two finger long swipe is navigating back and froward.
24"""
25
26job.run_test('touch_GestureNav')
27