зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1068178 - Fix Loop functional test bustage, rs=Standard8, NPOTB, so DONTBUILD
This commit is contained in:
Родитель
bfa09dd2b8
Коммит
9af4492a29
|
@ -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")
|
||||
|
|
Загрузка…
Ссылка в новой задаче