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

Unified Diff: chrome/test/automation/automation_proxy_uitest.cc

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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/automation/automation_proxy_uitest.cc
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index 7a15110588538802023c3f581d1536a9d3cd34fc..9c37a2e603e0aabcd3c7f0a36c2f89dac83f19d9 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -526,7 +526,7 @@ TEST_F(AutomationProxyTest, MAYBE_AcceleratorExtensions) {
ASSERT_TRUE(window->RunCommand(IDC_MANAGE_EXTENSIONS));
- EXPECT_EQ("chrome://settings/extensions", GetActiveTabURL().spec());
+ EXPECT_EQ("chrome://chrome/extensions", GetActiveTabURL().spec());
}
TEST_F(AutomationProxyTest, AcceleratorHistory) {
@@ -535,8 +535,7 @@ TEST_F(AutomationProxyTest, AcceleratorHistory) {
ASSERT_TRUE(window->RunCommand(IDC_SHOW_HISTORY));
- // We expect the RunCommand above to wait until the title is updated.
- EXPECT_EQ(L"History", GetActiveTabTitle());
+ EXPECT_EQ("chrome://chrome/history", GetActiveTabURL().spec());
}
class AutomationProxyTest4 : public UITest {

Powered by Google App Engine
This is Rietveld 408576698