Chromium Code Reviews| Index: chrome/test/functional/ntp.py |
| =================================================================== |
| --- chrome/test/functional/ntp.py (revision 83882) |
| +++ chrome/test/functional/ntp.py (working copy) |
| @@ -19,6 +19,7 @@ |
| ] |
| if pyauto.PyUITest.IsChromeOS(): |
| _EXPECTED_DEFAULT_APPS.append({u'name': u'Get Started'}) |
| + _EXPECTED_DEFAULT_APPS.append({u'name': u'File Manager'}) |
|
Nirnimesh
2011/05/03 22:06:50
If you don't mind could you run these tests to con
dgozman
2011/05/24 12:55:21
Ok, I run these tests. But they succeed, if I comm
Nirnimesh
2011/05/24 17:29:43
Did you emerge chromeos-chrome after commenting 'G
|
| # Default menu and thumbnail mode preferences are set in |
| # ShownSectionsHandler::RegisterUserPrefs. |