aboutsummaryrefslogtreecommitdiff
path: root/testcases/t/503-workspace.t
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/t/503-workspace.t')
-rw-r--r--testcases/t/503-workspace.t14
1 files changed, 5 insertions, 9 deletions
diff --git a/testcases/t/503-workspace.t b/testcases/t/503-workspace.t
index 8a4aab9f..983c25a2 100644
--- a/testcases/t/503-workspace.t
+++ b/testcases/t/503-workspace.t
@@ -54,16 +54,12 @@ cmd 'workspace 5';
# ensure workspace 5 stays open
open_window;
-# numbered w/ name workspaces must be created in reverse order compared to
-# other workspace types (because a new numbered w/ name workspace is prepended
-# to the list of similarly numbered workspaces).
-
-cmd 'workspace 6:b';
-# ensure workspace 5 stays open
+cmd 'workspace 6:a';
+# ensure workspace 6:a stays open
open_window;
-cmd 'workspace 6:a';
-# ensure workspace 5 stays open
+cmd 'workspace 6:b';
+# ensure workspace 6:b stays open
open_window;
################################################################################
@@ -101,7 +97,7 @@ cmd 'workspace next';
# later in time and mess up our subsequent tests.
sync_with_i3;
-is(focused_ws, '6:b', 'workspace 6:b focused');
+is(focused_ws, '6:b', 'workspace 6:a focused');
cmd 'workspace next';
# We need to sync after changing focus to a different output to wait for the
# EnterNotify to be processed, otherwise it will be processed at some point