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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java

Issue 2815453003: Create ChromeActivityTestRule for converting JUnit4 tests (Closed)
Patch Set: nits and rebase Created 3 years, 8 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
Index: chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
index 4358804f03091c0ab685ea5a1a58f08bb5f221a9..9d668a504a921c0f6eb277e03bba0a1e62172848 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
@@ -1584,7 +1584,7 @@ public class CustomTabActivityTest extends CustomTabActivityTestBase {
assertNotNull("Main activity did not start", activity);
ChromeTabbedActivity tabbedActivity =
(ChromeTabbedActivity) monitor.waitForActivityWithTimeout(
- ACTIVITY_START_TIMEOUT_MS);
+ getActivityStartTimeoutMs());
assertNotNull("ChromeTabbedActivity did not start", tabbedActivity);
assertNotNull("Should have a tab switcher button.",
tabbedActivity.findViewById(R.id.tab_switcher_button));

Powered by Google App Engine
This is Rietveld 408576698