зеркало из 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")
|
"btn-accept")
|
||||||
call_button.click()
|
call_button.click()
|
||||||
|
|
||||||
# expect a video container on standalone side
|
# make sure the standalone progresses to the pending state
|
||||||
video = self.wait_for_element_displayed(By.CLASS_NAME, "media")
|
pending_header = self.wait_for_element_displayed(By.CLASS_NAME,
|
||||||
self.assertEqual(video.tag_name, "div", "expect a video container")
|
"pending-header")
|
||||||
|
self.assertEqual(pending_header.tag_name, "header",
|
||||||
|
"expect a pending header")
|
||||||
|
|
||||||
def accept_and_verify_incoming_call(self):
|
def accept_and_verify_incoming_call(self):
|
||||||
self.marionette.set_context("chrome")
|
self.marionette.set_context("chrome")
|
||||||
|
|
Загрузка…
Ссылка в новой задаче