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 fd22151..5c5ce9b 100644 --- a/chrome/test/automated_ui_tests/automated_ui_tests.cc +++ b/chrome/test/automated_ui_tests/automated_ui_tests.cc @@ -519,7 +519,7 @@ bool AutomatedUITest::PressUpArrow() { } bool AutomatedUITest::StarPage() { - return RunCommandAsync(IDC_STAR); + return RunCommandAsync(IDC_BOOKMARK_PAGE); } bool AutomatedUITest::ViewSource() { |