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

Unified Diff: webdriver/test/chromedriver_tests.py

Issue 10537074: Disable a chromedriver test: testSetFilePathToFileUploadControl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 8 years, 6 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 | « webdriver/test/WEBDRIVER_TESTS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webdriver/test/chromedriver_tests.py
===================================================================
--- webdriver/test/chromedriver_tests.py (revision 141194)
+++ webdriver/test/chromedriver_tests.py (working copy)
@@ -207,6 +207,7 @@
q.send_keys('tokyo')
self.assertEqual(q.text, 'tokyo')
+
# Needs to run on a machine with an IME installed.
def DISABLED_testSendKeysNativeProcessedByIME(self):
driver = self.GetNewDriver(NativeInputTest._CAPABILITIES)
@@ -801,7 +802,8 @@
super(FileUploadControlTest, self).setUp()
self._driver = self.GetNewDriver()
- def testSetFilePathToFileUploadControl(self):
+ # Fails on win - crbug.com/131782
+ def DISABLED_testSetFilePathToFileUploadControl(self):
"""Verify a file path is set to the file upload control."""
self._driver.get(self.GetTestDataUrl() + '/upload.html')
« no previous file with comments | « webdriver/test/WEBDRIVER_TESTS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698