Commit 14133892 authored by akalin@chromium.org's avatar akalin@chromium.org

[Sync] Fix pyauto test broken by 71435

71435 caused SpecialTabsTest.testSpecialURLTabs to fail, since that
was checking the title for about:sync.

Added more tests for about:sync-internals and chrome://sync-internals.

BUG=69733
TEST=SpecialTabsTest
TBR=nirnimesh

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71549 0039d316-1c4b-4281-b951-d872f2087c98
parent f78d1dfc
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection;">
<head>
<!-- If you change the title, make sure you also update
chrome/test/functional/special_tabs.py. -->
<title>Sync Internals</title>
<script>
function onLoad() {
chrome.send('getAboutInfo');
......
......@@ -27,12 +27,14 @@ class SpecialTabsTest(pyauto.PyUITest):
'about:dns': 'About DNS',
'about:histograms': 'About Histograms',
'about:plugins': 'Plug-ins',
'about:sync': 'About Sync',
'about:sync': 'Sync Internals',
'about:sync-internals': 'Sync Internals',
'about:version': 'About Version',
'chrome://downloads': 'Downloads',
'chrome://extensions': 'Extensions',
'chrome://history': 'History',
'chrome://newtab': 'New Tab',
'chrome://sync-internals': 'Sync Internals',
}
def _VerifyAppCacheInternals(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment