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

Unified Diff: chrome/test/functional/shortcuts.py

Issue 9559016: Fix pyauto breakage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/functional/multiprofile.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/shortcuts.py
diff --git a/chrome/test/functional/shortcuts.py b/chrome/test/functional/shortcuts.py
index 60167f1b69ee50ad89731c66185f48db2190e941..3ff3fed3a816ecf8b3f04b79303d9bb8afec74b4 100755
--- a/chrome/test/functional/shortcuts.py
+++ b/chrome/test/functional/shortcuts.py
@@ -103,8 +103,8 @@ class ShortcutsTest(pyauto.PyUITest):
"""Verify view source shortcut."""
self.ApplyAccelerator(pyauto.IDC_VIEW_SOURCE)
self.assertEqual(2, self.GetTabCount(), msg='Cannot View Source.')
- self.assertEqual('view-source:about:blank', self.GetActiveTabURL().spec(),
- msg='View Source URL is not correct.')
+ self.assertEqual('view-source:chrome://newtab/',
+ self.GetActiveTabURL().spec())
def testDeveloperToolsShortcut(self):
"""Verify developer tools shortcut opens developer tools window.."""
« no previous file with comments | « chrome/test/functional/multiprofile.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698