blob: c0d873007f2b9da26dc88d8c3dae6e28c1958ceb [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "rjahagir"
NAME = "platform_InputNewTab"
PURPOSE = """Verify that keyboard shortcuts ctrl+t and ctrl+w can open and close
tabs respectively."""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
ATTRIBUTES = "suite:bvt-perbuild"
DOC = """
Open and close new tabs in browser using keyboard shortcut.
The test will fail if the number of tabs open does not match the expected number of tabs.
"""
job.run_test("platform_InputNewTab")