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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastSwitchVideoTest.java

Issue 2394273003: Revert of [Cast, Tests] Handle low end and JB devices that don't preload videos (Closed)
Patch Set: Created 4 years, 2 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/android/javatests/src/org/chromium/chrome/browser/media/remote/CastTestBase.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastSwitchVideoTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastSwitchVideoTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastSwitchVideoTest.java
index 65912295a5075bfc2681305783550c33d0e1dab8..f52409a189bf390446500fbc637f8703eb04c1d0 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastSwitchVideoTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastSwitchVideoTest.java
@@ -159,7 +159,6 @@
TimeoutException {
final Tab tab = getActivity().getActivityTab();
WebContents webContents = tab.getWebContents();
- DOMUtils.clickNode(this, tab.getContentViewCore(), "button1");
waitUntilVideoReady(videoElement, webContents);
Rect videoRect = DOMUtils.getNodeBounds(webContents, videoElement);
@@ -171,7 +170,6 @@
final Tab tab = getActivity().getActivityTab();
WebContents webContents = tab.getWebContents();
- DOMUtils.clickNode(this, tab.getContentViewCore(), "button1");
waitUntilVideoReady(videoElement, webContents);
// Need to click on the video first to overcome the user gesture requirement.
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastTestBase.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698