Play after rewind in testFastforwardControls
This commit is contained in:
parent
4367e8dd61
commit
b2738e6548
1 changed files with 3 additions and 1 deletions
|
|
@ -82,8 +82,10 @@ class TestApplication(testlib.MachineCase):
|
||||||
b.wait_attr(progress, "style", "width: 100%;")
|
b.wait_attr(progress, "style", "width: 100%;")
|
||||||
# test restart playback
|
# test restart playback
|
||||||
b.click("#player-restart")
|
b.click("#player-restart")
|
||||||
|
b.click("#player-play-pause")
|
||||||
b.wait_text(self._term_line(7), "thisisatest123")
|
b.wait_text(self._term_line(7), "thisisatest123")
|
||||||
b.wait_attr(progress, "style", "width: 100%;")
|
with b.wait_timeout(100):
|
||||||
|
b.wait_attr(progress, "style", "width: 100%;")
|
||||||
|
|
||||||
def testSpeedControls(self):
|
def testSpeedControls(self):
|
||||||
b, _ = self._login()
|
b, _ = self._login()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue