| Index: test/functional/webrtc_test_base.py
|
| ===================================================================
|
| --- test/functional/webrtc_test_base.py (revision 191906)
|
| +++ test/functional/webrtc_test_base.py (working copy)
|
| @@ -50,7 +50,7 @@
|
| constraints = '{ video: %s, audio: %s }' % (str(request_video).lower(),
|
| str(request_audio).lower())
|
| self.assertEquals('ok-requested', self.ExecuteJavascript(
|
| - 'getUserMedia("%s")' % constraints, tab_index=tab_index))
|
| + 'doGetUserMedia("%s")' % constraints, tab_index=tab_index))
|
|
|
| self.WaitForInfobarCount(1, tab_index=tab_index)
|
| self.PerformActionOnInfobar(action, infobar_index=0, tab_index=tab_index)
|
|
|