diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 18:13:41 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 18:13:41 +0000 |
commit | 46b31b2b3701c0c93aa9ce64eeb7bd47c02247d0 (patch) | |
tree | 05fe7695a482b479463100e2e781876c38c9ea99 /chrome/test | |
parent | 5c966027630633c4591f4f7ea2f76fd7c04682d9 (diff) | |
download | chromium_src-46b31b2b3701c0c93aa9ce64eeb7bd47c02247d0.zip chromium_src-46b31b2b3701c0c93aa9ce64eeb7bd47c02247d0.tar.gz chromium_src-46b31b2b3701c0c93aa9ce64eeb7bd47c02247d0.tar.bz2 |
Update expectations. chrome://extensions -> chrome://settings/extensionSettings
R=finnur@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/7886017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/functional/special_tabs.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py index 3bae743..31496e4 100644 --- a/chrome/test/functional/special_tabs.py +++ b/chrome/test/functional/special_tabs.py @@ -43,7 +43,7 @@ class SpecialTabsTest(pyauto.PyUITest): 'chrome://credits': { 'title': 'Credits', 'CSP': False }, 'chrome://downloads': { 'title': 'Downloads' }, 'chrome://dns': { 'title': 'About DNS' }, - 'chrome://extensions': { 'title': 'Extensions' }, + 'chrome://settings/extensionSettings': { 'title': 'Extensions' }, 'chrome://flags': {}, 'chrome://flash': {}, 'chrome://gpu-internals': {}, @@ -267,9 +267,9 @@ class SpecialTabsTest(pyauto.PyUITest): def testSpecialURLTabs(self): """Test special tabs created by URLs like chrome://downloads, - chrome://extensions, chrome://history etc. Also ensures they - specify content-security-policy and not inline scripts for those - pages that are expected to do so.""" + chrome://settings/extensionSettings, chrome://history etc. + Also ensures they specify content-security-policy and not inline + scripts for those pages that are expected to do so.""" tabs = self._GetPlatformSpecialURLTabs() for url, properties in tabs.iteritems(): logging.debug('Testing URL %s.' % url) |