Switch to default mode before running the test
This commit is contained in:
parent
3005ddf908
commit
992c531c4c
|
@ -32,10 +32,12 @@ sleep(0.25);
|
||||||
# Create two windows and make sure focus switching works
|
# Create two windows and make sure focus switching works
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
# Change mode of the container to "default" for following tests
|
||||||
|
$sock->write(i3test::format_ipc_command("d"));
|
||||||
|
sleep(0.25);
|
||||||
|
|
||||||
my $top = i3test::open_standard_window;
|
my $top = i3test::open_standard_window;
|
||||||
sleep(0.25);
|
|
||||||
my $mid = i3test::open_standard_window;
|
my $mid = i3test::open_standard_window;
|
||||||
sleep(0.25);
|
|
||||||
my $bottom = i3test::open_standard_window;
|
my $bottom = i3test::open_standard_window;
|
||||||
sleep(0.25);
|
sleep(0.25);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue