Skip to content

Commit

Permalink
Play after rewind in testFastforwardControls
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed May 9, 2023
1 parent 4367e8d commit b2738e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ class TestApplication(testlib.MachineCase):
b.wait_attr(progress, "style", "width: 100%;")
# test restart playback
b.click("#player-restart")
b.click("#player-play-pause")
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):
b, _ = self._login()
Expand Down

0 comments on commit b2738e6

Please sign in to comment.