Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: tools/perf/page_sets/system_health/searching_stories.py

Issue 2822263003: Disable omnibox story on webview (no omnibox in webview) (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/system_health/searching_stories.py
diff --git a/tools/perf/page_sets/system_health/searching_stories.py b/tools/perf/page_sets/system_health/searching_stories.py
index ac1666af6c22f3bd68cae4bcd6da902b5dcd5f22..0f52f9581b08699735e31adb18d624844a774a04 100644
--- a/tools/perf/page_sets/system_health/searching_stories.py
+++ b/tools/perf/page_sets/system_health/searching_stories.py
@@ -43,6 +43,7 @@ class SearchGoogleStory(system_health_story.SystemHealthStory):
action_runner.tab.WaitForDocumentReadyStateToBeComplete()
+@decorators.Disabled('android-webview') # Webview does not have omnibox
class SearchOmniboxStory(system_health_story.SystemHealthStory):
"""Story that peforms search by using omnibox search provider
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698