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

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

Issue 10957035: Adapted tests to API change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed video quality test, which will be coming up soon. Created 8 years, 3 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 | « chrome/test/data/webrtc/webrtc_video_quality_test.html ('k') | chrome/test/functional/webrtc_test_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/media_stream_infobar.py
diff --git a/chrome/test/functional/media_stream_infobar.py b/chrome/test/functional/media_stream_infobar.py
index ce95a2b4d3c353c640e5861f93022edbcb2c0dee..72655927f1d958b60b981f41db6fe07ecfd9a794 100755
--- a/chrome/test/functional/media_stream_infobar.py
+++ b/chrome/test/functional/media_stream_infobar.py
@@ -70,7 +70,7 @@ class MediaStreamInfobarTest(webrtc_test_base.WebrtcTestBase):
self.NavigateToURL(url)
self.assertEquals('ok-requested', self.ExecuteJavascript(
- 'getUserMedia(true, true, {})'))
+ 'getUserMedia(true, true, "{}")'))
self.WaitForInfobarCount(1)
self.PerformActionOnInfobar(with_action, infobar_index=0)
« no previous file with comments | « chrome/test/data/webrtc/webrtc_video_quality_test.html ('k') | chrome/test/functional/webrtc_test_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698