diff options
Diffstat (limited to 'chrome/test/automated_ui_tests/automated_ui_tests.cc')
-rw-r--r-- | chrome/test/automated_ui_tests/automated_ui_tests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automated_ui_tests/automated_ui_tests.cc b/chrome/test/automated_ui_tests/automated_ui_tests.cc index 1a1df67..7f66c9e 100644 --- a/chrome/test/automated_ui_tests/automated_ui_tests.cc +++ b/chrome/test/automated_ui_tests/automated_ui_tests.cc @@ -424,7 +424,7 @@ bool AutomatedUITest::Home() { } bool AutomatedUITest::JavaScriptConsole() { - return RunCommandAsync(IDC_JS_CONSOLE); + return RunCommandAsync(IDC_DEV_TOOLS); } bool AutomatedUITest::OpenAboutDialog() { |