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

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') | functional/about_plugins_ui.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: functional/PYAUTO_TESTS
===================================================================
--- functional/PYAUTO_TESTS (revision 119922)
+++ functional/PYAUTO_TESTS (working copy)
@@ -34,6 +34,7 @@
'CONTINUOUS': {
'all': [
'autofill',
+ 'about_plugins_ui.AboutPluginsTest.testAboutPluginDetailInfo',
'bookmark_bar',
'bookmarks',
'browser',
@@ -289,6 +290,8 @@
'-policy_prefs_ui',
# No Protector on ChromeOS.
'-protector',
+ # No Web Driver test for ChromeOS.
+ '-aboutplugins_ui',
Nirnimesh 2012/02/03 09:05:31 this is wrong and has caused pyauto tests to fail
Nirnimesh 2012/02/03 09:31:40 You've added only one test in line 37. Why attempt
Nirnimesh 2012/02/03 09:31:40 I've fixed it in http://src.chromium.org/viewvc/ch
# ==================================================
# Disabled tests that need to be investigated/fixed.
@@ -432,6 +435,7 @@
'media.media_basic_playback',
'nacl_sdk',
'translate',
+ 'about_plugins_ui',
Nirnimesh 2012/02/03 09:31:40 FULL = CONTINUOUS + extras You've already specifi
# Remove when r119687 reaches official builds. Revisit 01/31/2012
'-special_tabs.SpecialTabsTest.testSpecialAcceratorTabs',
@@ -554,6 +558,8 @@
# ===========================
# No NaCl support on ChromeOS.
'-nacl_sdk',
+ # No Web Driver test for ChromeOS.
+ '-aboutplugins_ui',
Nirnimesh 2012/02/03 09:31:40 FWIW, webdriver works on chromeos now. So this sho
# ==================================================
# Disabled tests that need to be investigated/fixed.
« no previous file with comments | « no previous file | functional/about_plugins_ui.py » ('j') | functional/about_plugins_ui.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698