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

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

Issue 8649004: Allow chromedriver to install an extension and get all installed extension IDs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bind Created 9 years, 1 month 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
Index: chrome/test/functional/chromoting_basic.py
diff --git a/chrome/test/functional/chromoting_basic.py b/chrome/test/functional/chromoting_basic.py
index 4bb30f9c2fc613c9f764d50f6e788ff6b29e8cfb..57c9500a76fee105b48e1aecfd51743b00c8b3c3 100644
--- a/chrome/test/functional/chromoting_basic.py
+++ b/chrome/test/functional/chromoting_basic.py
@@ -20,7 +20,7 @@ class ChromotingBasic(chromoting.ChromotingMixIn, pyauto.PyUITest):
using the default Chromoting test account.
"""
super(ChromotingBasic, self).setUp()
- app = self.InstallApp(self.GetIT2MeAppPath())
+ app = self.InstallExtension(self.GetIT2MeAppPath())
self.LaunchApp(app)
account = self.GetPrivateInfo()['test_chromoting_account']
self.Authenticate(account['username'], account['password'])

Powered by Google App Engine
This is Rietveld 408576698