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

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

Issue 9696018: Update pyauto tests to work with the uber page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase 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
« no previous file with comments | « chrome/test/functional/policy_prefs_ui.py ('k') | chrome/test/functional/sync.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/special_tabs.py
===================================================================
--- chrome/test/functional/special_tabs.py (revision 126676)
+++ chrome/test/functional/special_tabs.py (working copy)
@@ -47,10 +47,11 @@
'chrome://credits': { 'title': 'Credits' },
'chrome://downloads': { 'title': 'Downloads' },
'chrome://dns': { 'title': 'About DNS' },
- 'chrome://settings/extensions': { 'title': 'Settings - Extensions' },
+ 'chrome://extensions': { 'title': 'Extensions' },
'chrome://flags': {},
'chrome://flash': {},
'chrome://gpu-internals': {},
+ 'chrome://help': { 'title': 'Help' },
'chrome://histograms': { 'title': 'About Histograms' },
'chrome://history': { 'title': 'History' },
'chrome://media-internals': { 'title': 'Media Internals' },
@@ -60,7 +61,14 @@
'chrome://newtab': { 'title': 'New Tab', 'CSP': False },
'chrome://plugins': { 'title': 'Plug-ins' },
'chrome://sessions': { 'title': 'Sessions' },
- 'chrome://settings': { 'title': 'Settings - Basics' },
+ 'chrome://settings': { 'title': 'Settings' },
+ 'chrome://settings/autofill': { 'title': 'Settings - Autofill Settings' },
+ 'chrome://settings/clearBrowserData':
+ { 'title': 'Settings - Clear Browsing Data' },
+ 'chrome://settings/content': { 'title': 'Settings - Content Settings' },
+ 'chrome://settings/languages':
+ { 'title': 'Settings - Languages and Input' },
+ 'chrome://settings/passwords': { 'title': 'Settings - Passwords' },
'chrome://stats': {},
'chrome://sync': { 'title': 'Sync Internals' },
'chrome://sync-internals': { 'title': 'Sync Internals' },
@@ -102,22 +110,8 @@
'chrome://flags': { 'CSP': False },
# OVERRIDE - title and page different on CrOS
- 'chrome://settings/about': { 'title': 'Settings - About' },
'chrome://settings/accounts': { 'title': 'Settings - Users' },
- 'chrome://settings/advanced': { 'title': 'Settings - Under the Hood' },
- 'chrome://settings/autofill': { 'title': 'Settings - Autofill Settings' },
- 'chrome://settings/browser': { 'title': 'Settings - Basics' },
- 'chrome://settings/clearBrowserData':
- { 'title': 'Settings - Clear Browsing Data' },
- 'chrome://settings/content': { 'title': 'Settings - Content Settings' },
- 'chrome://settings/extensions': { 'title': 'Settings - Extensions' },
- 'chrome://settings/internet': { 'title': 'Settings - Internet' },
- 'chrome://settings/languages':
- { 'title': 'Settings - Languages and Input' },
- 'chrome://settings/passwords': { 'title': 'Settings - Passwords' },
- 'chrome://settings/personal': { 'title': 'Settings - Personal Stuff' },
'chrome://settings/proxy': { 'title': 'Proxy' },
- 'chrome://settings/system': { 'title': 'Settings - System' },
}
broken_chromeos_special_url_tabs = {
# returns "not available" page on chromeos=1 linux but has an URL constant.
@@ -149,7 +143,9 @@
}
broken_linux_special_url_tabs = {}
- mac_special_url_tabs = {}
+ mac_special_url_tabs = {
+ 'chrome://settings/languages': { 'title': 'Settings - Languages' },
+ }
broken_mac_special_url_tabs = {}
win_special_url_tabs = {
« no previous file with comments | « chrome/test/functional/policy_prefs_ui.py ('k') | chrome/test/functional/sync.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698