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

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

Issue 7488033: Update pyauto NTP tests to account for Cloud Print no longer on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor edit. Created 9 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/ntp.py
diff --git a/chrome/test/functional/ntp.py b/chrome/test/functional/ntp.py
index 2e231ffdb5eb1107e805b4a20a8932c7c5ebbe72..78f41a1391cee852399b468018473a4ce6d17aaf 100644
--- a/chrome/test/functional/ntp.py
+++ b/chrome/test/functional/ntp.py
@@ -16,10 +16,11 @@ class NTPTest(pyauto.PyUITest):
# Default apps are registered in ProfileImpl::RegisterComponentExtensions().
_EXPECTED_DEFAULT_APPS = [
{u'name': u'Chrome Web Store'},
- {u'name': u'Cloud Print'},
]
if pyauto.PyUITest.IsChromeOS():
_EXPECTED_DEFAULT_APPS.append({u'name': u'File Manager'})
+ else:
+ _EXPECTED_DEFAULT_APPS.append({u'name': u'Cloud Print'})
# Default menu and thumbnail mode preferences are set in
# ShownSectionsHandler::RegisterUserPrefs.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698