Commit e200d762 authored by Stepan Khapugin's avatar Stepan Khapugin Committed by Commit Bot

[iOS] Reenable TestTypingInTextField perftest.

Bug: 799488
Change-Id: I194be9c4ea34f966b819285b16d38fe9116bedd9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719007
Commit-Queue: Robbie Gibson <rkgibson@google.com>
Auto-Submit: Stepan Khapugin <stkhapugin@chromium.org>
Reviewed-by: default avatarRobbie Gibson <rkgibson@google.com>
Cr-Commit-Position: refs/heads/master@{#682231}
parent 0959b866
......@@ -271,8 +271,7 @@ TEST_F(OmniboxPerfTest, TestTypeOneCharInTextField) {
// Measures the amount of time it takes to type in the word "google" one
// letter at a time.
// TODO(crbug.com/799488): Re-enable this test.
TEST_F(OmniboxPerfTest, DISABLED_TestTypingInTextField) {
TEST_F(OmniboxPerfTest, TestTypingInTextField) {
OmniboxTextFieldIOS* textField = (OmniboxTextFieldIOS*)FindViewByClass(
coordinator_.viewController.view, [OmniboxTextFieldIOS class]);
// The characters to type into the omnibox text field.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment