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

Unified Diff: functional/PYAUTO_TESTS

Issue 9114056: Automated chrome driver tests for about:plugins functionality tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: '' Created 8 years, 11 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 | functional/about_plugins_ui.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: functional/PYAUTO_TESTS
===================================================================
--- functional/PYAUTO_TESTS (revision 119505)
+++ functional/PYAUTO_TESTS (working copy)
@@ -34,6 +34,7 @@
'CONTINUOUS': {
'all': [
'autofill',
+ 'about_plugins_ui.AboutPluginsTest.testAboutPluginDetailInfo',
'bookmark_bar',
'bookmarks',
'browser',
@@ -429,6 +430,7 @@
'@CONTINUOUS',
'nacl_sdk',
'translate',
+ 'about_plugins_ui',
# ==================================================
# Disabled tests that need to be investigated/fixed.
@@ -548,6 +550,8 @@
# ===========================
# No NaCl support on ChromeOS.
'-nacl_sdk',
+ # No Web Driver test for ChromeOS
kkania 2012/01/30 19:26:01 . at end
vivianz 2012/01/30 22:02:37 Done.
+ '-aboutplugins_ui',
kkania 2012/01/30 19:26:01 i think you also need to put this in the continuou
vivianz 2012/01/30 22:02:37 Done.
# ==================================================
# Disabled tests that need to be investigated/fixed.
« no previous file with comments | « no previous file | functional/about_plugins_ui.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698