Skip to content

Commit 5d7cd9f

Browse files
committed
!squash to the commit before this empty pane
1 parent 40dfe15 commit 5d7cd9f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/_internal/test_waiter.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,12 +1989,6 @@ def test_wait_for_pane_content_empty(wait_pane: Pane) -> None:
19891989
# Check that we have content (might include shell prompt)
19901990
assert result.content is not None
19911991

1992-
# Even if we don't match completely empty content (due to shell prompt),
1993-
# we should be able to verify the content is mostly empty
1994-
content_str = "\n".join(result.content)
1995-
assert len(content_str.strip()) <= 2 # Allow for minimal shell prompt chars
1996-
1997-
19981992
def test_wait_for_pane_content_whitespace(wait_pane: Pane) -> None:
19991993
"""Test waiting for pane content that contains only whitespace."""
20001994
wait_pane.send_keys("clear", enter=True)

0 commit comments

Comments
 (0)