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

Unified Diff: chrome/test/remoting/me2me_browsertest.cc

Issue 398823005: Automate host start up in browser test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | chrome/test/remoting/pin_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/remoting/me2me_browsertest.cc
diff --git a/chrome/test/remoting/me2me_browsertest.cc b/chrome/test/remoting/me2me_browsertest.cc
index 1c119b99761094b1c92db5f39bd3783a362127cb..a8bc82ba5d904bbd557c5344e18c952f0c95c8a7 100644
--- a/chrome/test/remoting/me2me_browsertest.cc
+++ b/chrome/test/remoting/me2me_browsertest.cc
@@ -21,13 +21,7 @@ class Me2MeBrowserTest : public RemoteDesktopBrowserTest {
IN_PROC_BROWSER_TEST_F(Me2MeBrowserTest,
MANUAL_Me2Me_Connect_Local_Host) {
- VerifyInternetAccess();
- Install();
- LaunchChromotingApp();
-
- // Authorize, Authenticate, and Approve.
- Auth();
- ExpandMe2Me();
+ SetUpTestForMe2Me();
ConnectToLocalHost(false);
@@ -61,13 +55,7 @@ IN_PROC_BROWSER_TEST_F(Me2MeBrowserTest,
IN_PROC_BROWSER_TEST_F(Me2MeBrowserTest,
MANUAL_Me2Me_Connect_Pinless) {
- VerifyInternetAccess();
- Install();
- LaunchChromotingApp();
-
- // Authorize, Authenticate, and Approve.
- Auth();
- ExpandMe2Me();
+ SetUpTestForMe2Me();
ASSERT_FALSE(HtmlElementVisible("paired-client-manager-message"))
<< "The host must have no pairings before running the pinless test.";
« no previous file with comments | « no previous file | chrome/test/remoting/pin_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698