summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/Hud.txt57
-rw-r--r--manual-tests/Launcher.txt55
2 files changed, 106 insertions, 6 deletions
diff --git a/manual-tests/Hud.txt b/manual-tests/Hud.txt
new file mode 100644
index 000000000..9975bee38
--- /dev/null
+++ b/manual-tests/Hud.txt
@@ -0,0 +1,57 @@
+For reference, the term Tap means to press the indicated key and release it, within a timeframe of 50ms
+
+Hud Invocate
+-----------
+This test makes sure that the hud presents itself, the launcher hides
+and the panel changes
+
+#. Tap Alt
+
+Outcome
+ The hud interface presents itself with no other interface such as the dash present.
+ The Launcher hides, the panel becomes transparent with a colour tint matching the hud
+
+Hud Search
+-----------
+This test makes sure that the hud will search and activate items.
+
+#. Ensure the devices indicator is present
+#. Tap Alt
+#. Type "system" to search for the "System settings..." item in the devices indicator
+#. Press return to activate the search query.
+
+Outcome
+ The system settings interface presents itself, the hud disappears.
+ If the hud does not disappear, this test failed. If the system settings interface
+ did not present itself, this test did *not* fail.
+
+
+Hud Key-Navigation
+-----------
+This test ensures the hud key navigation is intact
+
+#. Ensure the messaging indicator is present
+#. Tap Alt
+#. Type "Message" to search for items from the messaging indicator
+#. Press down twice
+#. Press return
+
+Outcome
+ The item selected will activate and the hud with disappear.
+ If the hud does not disappear, this test failed.
+ If the buttons under the search box do not highlight, this test failed.
+
+
+Hud Dismiss
+----------
+This test ensures that the hud is dismissable
+
+#. Tap Alt
+#. Type "test"
+#. Press escape
+#. Click anywhere on the screen that is not the hud interface
+
+Outcome
+ After pressing escape in step three, the text "test" should be removed from the hud search
+ After step four, the hud should dismiss itself and not be present.
+
diff --git a/manual-tests/Launcher.txt b/manual-tests/Launcher.txt
index f76203941..92af6f5a8 100644
--- a/manual-tests/Launcher.txt
+++ b/manual-tests/Launcher.txt
@@ -8,17 +8,17 @@ 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
+#. Run another instance (window) of this application and keep it on the initial workspace
+#. Run another instance (window) of this application and move it to another workspace
#. 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
+ The Launcher icon "pips" (indicators) 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.
+ the launcher application icon should have a left filled arrow.
When moving to a workspace where there are no windows, the launcher icon should
- use an empty arrow as left indicator.
+ use an empty (non filled) arrow as left indicator (despite the number of opened windows).
Test Launcher Spread with Windows in multiple workspaces
@@ -41,3 +41,46 @@ Outcome
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.
+
+Test Alt+F1 KeyNavMode Mouse Works
+-------------------------------
+This test shows that the mouse still works normally while keynav mode is active.
+
+#. Press Alt+F1 to enter keynav mode
+#. Using the mouse perform a normal action (such as dragging a window)
+
+Outcome
+ The keynav mode exits, along with the mouse performing the normal action
+ the user expects. Such as highlighting text, moving a window, clicking out
+ of keynav mode, or clicking on a launcher icon. All these actions should
+ also exit the keynav mode.
+
+Test Alt+F1 KeyNavMode Shortcuts
+-----------------------------
+This test shows that all the shortcuts work and also exits from keynav mode.
+
+#. Press Alt+F1 to enter keynav mode
+#. Press Super + a
+#. Press Esc
+#. Press Alt+F1
+#. Press Alt + Tab
+#. Press Alt+F1
+#. Press Ctrl + Alt + t
+
+Outcome
+ The first shortcut opens the dash app lens, which it should open it and quit the
+ nav mode. The second shortcut switches between applications. The last one will open
+ a new terminal. This is to show all SUPER, ALT, and CTRL shortcuts work; while
+ closing the keynav mode.
+
+Test Alt+F1 NavMode Quicklist Click Exit
+----------------------------------------
+This Test shows that clicking on a quicklist option quits keynav mode.
+
+#. Press Alt+F1 to enter keynav mode
+#. Press Right arrow
+#. Click on any option
+
+Outcome
+ No matter what option you click will exit keynav mode.
+