From: Michael Stapelberg Date: Mon, 21 Nov 2011 18:54:20 +0000 (+0000) Subject: tests: replace left-over move before/after commands (Thanks mxf) X-Git-Tag: 4.2~236 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8a9b093bc3d76fb8695ece05185915a9d664896f;p=i3%2Fi3 tests: replace left-over move before/after commands (Thanks mxf) --- 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;