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

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
Index: chrome/test/webdriver/WEBDRIVER_TESTS
diff --git a/chrome/test/webdriver/WEBDRIVER_TESTS b/chrome/test/webdriver/WEBDRIVER_TESTS
index bc5a697b9b551f58de39933483f404aa4e207bf1..734ea2d80272a6898d52edb20069619be4b77136 100644
--- a/chrome/test/webdriver/WEBDRIVER_TESTS
+++ b/chrome/test/webdriver/WEBDRIVER_TESTS
@@ -61,7 +61,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

Powered by Google App Engine
This is Rietveld 408576698