HOTFIX: e2e test flakiness

This commit is contained in:
Aram Drevekenin 2025-07-02 15:35:59 +02:00
parent c5487fb1b6
commit ed1f067f59

View file

@ -2038,6 +2038,7 @@ pub fn toggle_floating_panes() {
let mut step_is_complete = false;
if remote_terminal.cursor_position_is(33, 8)
&& remote_terminal.snapshot_contains("STAGGERED")
&& remote_terminal.snapshot_contains("LOCK")
{
// cursor is in the newly opened second pane
step_is_complete = true;