From 8a9b093bc3d76fb8695ece05185915a9d664896f Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 21 Nov 2011 18:54:20 +0000 Subject: [PATCH] tests: replace left-over move before/after commands (Thanks mxf) --- testcases/t/145-flattening.t | 4 ++-- testcases/t/147-regress-floatingmove.t | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testcases/t/145-flattening.t b/testcases/t/145-flattening.t index 904252e7..6810f479 100644 --- a/testcases/t/145-flattening.t +++ b/testcases/t/145-flattening.t @@ -21,8 +21,8 @@ my $left = open_window($x); my $mid = open_window($x); my $right = open_window($x); -cmd 'move before v'; -cmd 'move after h'; +cmd 'move up'; +cmd 'move right'; my $ws = get_ws($tmp); is($ws->{orientation}, 'horizontal', 'workspace orientation is horizontal'); diff --git a/testcases/t/147-regress-floatingmove.t b/testcases/t/147-regress-floatingmove.t index 771ace32..5f14741b 100644 --- a/testcases/t/147-regress-floatingmove.t +++ b/testcases/t/147-regress-floatingmove.t @@ -29,14 +29,14 @@ cmd 'mode toggle'; sleep 0.25; # move the con outside the floating con -cmd 'move before v'; +cmd 'move up'; sleep 0.25; does_i3_live; # move another con outside cmd '[id="' . $mid->id . '"] focus'; -cmd 'move before v'; +cmd 'move up'; sleep 0.25; does_i3_live; -- 2.39.5