testFastforwardControls update after player-restart

New xterm js accessibility tree no longer displays "Blank line"
This commit is contained in:
Justin Stephenson 2023-04-24 09:35:18 -04:00
parent 527941da25
commit cc2a205b13

View file

@ -82,7 +82,7 @@ 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.wait_text(self._term_line(1), "Blank line") b.wait_text(self._term_line(7), "thisisatest123")
b.wait_attr(progress, "style", "width: 100%;") b.wait_attr(progress, "style", "width: 100%;")
def testSpeedControls(self): def testSpeedControls(self):