See if we can make the test more robust
This commit is contained in:
parent
c05c0353fd
commit
c95dca4023
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ def test_fish_integration(self):
|
|||
|
||||
# completion and prompt marking
|
||||
pty.send_cmd_to_child('clear')
|
||||
pty.wait_till(lambda: pty.screen_contents().count(right_prompt) == 1)
|
||||
pty.send_cmd_to_child('_test_comp_path')
|
||||
pty.wait_till(lambda: pty.screen_contents().count(right_prompt) == 2)
|
||||
q = '\n'.join(str(pty.screen.line(i)) for i in range(1, pty.screen.cursor.y))
|
||||
|
|
|
|||
Loading…
Reference in a new issue