Tests: Assert pause state with a later command in rec1
On some systems, the 'whoami' command may still show in the terminal output if the pause does not happen fast enough.
This commit is contained in:
parent
e716567dfc
commit
88a167a89a
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class TestApplication(MachineCase):
|
||||||
b.click("#player-play-pause")
|
b.click("#player-play-pause")
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
# Make sure it didn't keep playing
|
# Make sure it didn't keep playing
|
||||||
b.wait_not_in_text(self._term_line(1), "whoami")
|
b.wait_not_in_text(self._term_line(6), "thisisatest123")
|
||||||
# Test if it can start playing again
|
# Test if it can start playing again
|
||||||
b.click("#player-play-pause")
|
b.click("#player-play-pause")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue