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

Unified Diff: chrome/test/webdriver/WEBDRIVER_TESTS

Issue 6507015: Implement the target locator commands for ChromeDriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 10 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 | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/webdriver/automation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/WEBDRIVER_TESTS
diff --git a/chrome/test/webdriver/WEBDRIVER_TESTS b/chrome/test/webdriver/WEBDRIVER_TESTS
index abbd9fc4e8a64d38a5829ef888c5b27a50a6a0c4..f5ec2ac273d21a4ba47e95ef09c6560f69fbf06e 100644
--- a/chrome/test/webdriver/WEBDRIVER_TESTS
+++ b/chrome/test/webdriver/WEBDRIVER_TESTS
@@ -51,7 +51,10 @@
'-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassAStringAnAsArgument',
'-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassInMoreThanOneArgument',
# 'form_handling_tests',
-# 'frame_switching_tests',
+ 'frame_switching_tests',
+ # Next two frame switching tests are disabled because they depend on toggle.
+ '-frame_switching_tests.FrameSwitchingTest.testThatWeCanSwitchFrameByName',
+ '-frame_switching_tests.FrameSwitchingTest.testThatWeCanSwitchToFrameByIndex',
# 'implicit_waits_tests',
'page_loading_tests',
# testShouldReturnWhenGettingAUrlThatDoesNotResolve causes the test after
« no previous file with comments | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/webdriver/automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698