Bug 1068178 - Fix Loop functional test bustage, rs=Standard8, NPOTB, so DONTBUILD

This commit is contained in:
Dan Mosedale 2014-09-16 11:47:39 -07:00
Родитель bfa09dd2b8
Коммит 9af4492a29
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -99,9 +99,11 @@ class Test1BrowserCall(MarionetteTestCase):
"btn-accept")
call_button.click()
# expect a video container on standalone side
video = self.wait_for_element_displayed(By.CLASS_NAME, "media")
self.assertEqual(video.tag_name, "div", "expect a video container")
# make sure the standalone progresses to the pending state
pending_header = self.wait_for_element_displayed(By.CLASS_NAME,
"pending-header")
self.assertEqual(pending_header.tag_name, "header",
"expect a pending header")
def accept_and_verify_incoming_call(self):
self.marionette.set_context("chrome")