summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2012-01-06 23:23:34 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2012-01-06 23:23:34 +0100
commit0364aadc6a6058b32f514ff389ecd5728f617df5 (patch)
tree869f304c733879645948dbf513e056707c930895 /manual-tests
parent710def8d66c1ab31d5fbd6f6c7855d7f852fae95 (diff)
manual-tests: added a test for spread windows in current workspace
(bzr r1815.1.8)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/Launcher.txt53
-rw-r--r--manual-tests/launcher.txt30
2 files changed, 53 insertions, 30 deletions
diff --git a/manual-tests/Launcher.txt b/manual-tests/Launcher.txt
new file mode 100644
index 000000000..4023e2f80
--- /dev/null
+++ b/manual-tests/Launcher.txt
@@ -0,0 +1,53 @@
+Test Dash Key Focus
+-------------------
+This test shows that the search bar in the dash gets key focus when using the super key to start the dash on start up.
+
+#. Start on a fresh login
+#. Press the <super> key
+#. Wait for dash to appear
+#. Type "hello"
+
+Outcome
+ The dash will appear, and "hello" will be in the search box.
+
+
+Test Launcher Icon with Windows in multiple workspaces
+------------------------------------------------------
+This test shows how the launcher should draw when there are application windows
+in multiple workspaces.
+
+#. Start on a fresh login
+#. Run an application
+#. Run another instance of this application and keep it on the initial workspace
+#. Run another instance of this application and move it no another workspaces
+#. Go back to the initial workspace
+
+Outcome
+ The Launcher icon "pips" should reflect the number of windows in the current
+ workspace, so when showing the "initial" workspace the launcher icon should
+ have 2 "pips", when moving to the second workspace (where there's only 1 window)
+ the launcher application icon should show 1 pip.
+ When moving to a workspace where there are no windows, the launcher icon should
+ use an empty arrow as left indicator.
+
+
+Test Launcher Spread with Windows in multiple workspaces
+--------------------------------------------------------
+This test shows how the launcher should spread the windows when they are in
+multiple workspaces.
+
+#. Start on a fresh login
+#. Run an application
+#. Run another instance of this application and keep it on the initial workspace
+#. Run another instance of this application and move it no another workspaces
+#. Go back to the initial workspace and focus the application windows
+
+Outcome
+ When in the current workspace there are multiple windows of the same
+ application and one of them is focused, clicking on the launcher should spread
+ only the windows that are in the current workspace.
+ If in the current workspace there is just one window, clicking on the launcher
+ icon should only focus it and nothing else (also with multiple clicks).
+ When moving to a workspace where there are no window o the given application,
+ clicking on its launcher icon should bring to focus the last focused window
+ in the last used workspace.
diff --git a/manual-tests/launcher.txt b/manual-tests/launcher.txt
deleted file mode 100644
index 42ad4795e..000000000
--- a/manual-tests/launcher.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Test Dash Key Focus
--------------------
-This test shows that the search bar in the dash gets key focus when using the super key to start the dash on start up.
-
-#. Start on a fresh login
-#. Press the <super> key
-#. Wait for dash to appear
-#. Type "hello"
-
-Outcome
- The dash will appear, and "hello" will be in the search box.
-
-Test Launcher Icon with Windows in multiple workspaces
-------------------------------------------------------
-This test shows how the launcher should draw when there are application windows
-in multiple workspaces.
-
-#. Start on a fresh login
-#. Run an application
-#. Run another instance of this application and keep it on the initial workspace
-#. Run another instance of this application and move it no another workspaces
-#. Go back to the initial workspace
-
-Outcome
- The Launcher icon "pips" should reflect the number of windows in the current
- workspace, so when showing the "initial" workspace the launcher icon should
- have 2 "pips", when moving to the second workspace (where there's only 1 window)
- the launcher application icon should show 1 pip.
- When moving to a workpace where there are no windows, the launcher icon shuould
- use an empty arrow as left indicator.