Commit ece21fb
committed
fix(tests): use wait_until_pane_ready in waiter test
why: test_wait_for_any_content_exact_match was flaky due to race
condition - pane content captured before terminal finished redrawing
after clear command.
what:
- Add wait_until_pane_ready() after send_keys("clear") to ensure
shell prompt is ready before capturing content
- Uses idiomatic waiter pattern instead of arbitrary time.sleep()1 parent 26259b1 commit ece21fb
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1413 | 1413 | | |
1414 | 1414 | | |
1415 | 1415 | | |
1416 | | - | |
| 1416 | + | |
1417 | 1417 | | |
| 1418 | + | |
1418 | 1419 | | |
1419 | 1420 | | |
1420 | 1421 | | |
| |||
0 commit comments