From cc2a205b1312f8b3723f89c6808f4f4b88c07bba Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Mon, 24 Apr 2023 09:35:18 -0400 Subject: [PATCH] testFastforwardControls update after player-restart New xterm js accessibility tree no longer displays "Blank line" --- test/check-application | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/check-application b/test/check-application index 8b1bd16..624744a 100755 --- a/test/check-application +++ b/test/check-application @@ -82,7 +82,7 @@ class TestApplication(testlib.MachineCase): b.wait_attr(progress, "style", "width: 100%;") # test restart playback 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%;") def testSpeedControls(self):