summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
authorGord Allott <gord.allott@canonical.com>2012-01-27 09:49:12 +0000
committerGord Allott <gord.allott@canonical.com>2012-01-27 09:49:12 +0000
commit8f832abfd6c3bcd3c52292e0d5759238b644be6f (patch)
tree1030430e77ee7f757f10cfaf2ae98d2f1d877df2 /manual-tests
parent2890afb19cead980127fc4864b03ab42ebc65733 (diff)
parent3ca4a0cf347a83b2c6d34a9cacdb05805af4e8f2 (diff)
merged with trunk
(bzr r1737.2.60)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/AutoMaximize.txt19
-rw-r--r--manual-tests/Dash.txt15
2 files changed, 34 insertions, 0 deletions
diff --git a/manual-tests/AutoMaximize.txt b/manual-tests/AutoMaximize.txt
new file mode 100644
index 000000000..dc375888c
--- /dev/null
+++ b/manual-tests/AutoMaximize.txt
@@ -0,0 +1,19 @@
+auto-maximize window
+=======================
+Thit test make sure that the auto-maximize window feature is disabled for
+resolution above the 1024x600.
+
+- Open the display panel
+- Set a resolution greater then 1024x600 (e.g 1366x768)
+- Open a window, that usually doesn't start maximized
+
+Outcome
+The window should not be in the maximized state.
+
+- Open the display panel
+- Set a resolution lower or equal to 1024x600.
+- Open the ccsm and change the automaximize-threshold option to 20 (experimental-tab of unity-plugin).
+- Open nautilus, that usually doesn't start maximized
+
+Outcome
+The window should be in the maximized state.
diff --git a/manual-tests/Dash.txt b/manual-tests/Dash.txt
index 7869d8d3c..116defd76 100644
--- a/manual-tests/Dash.txt
+++ b/manual-tests/Dash.txt
@@ -36,3 +36,18 @@ Outcome
The dropped icon should not have the keyboard focus and should not remain
enlightened.
+Dash SearchBar middle-click
+---------------------------
+This test shows how the middle click over the dash search bar should work
+(see lp:842462)
+
+#. Open a text editor, and write some dummy text
+#. Select some text part of the written dummy text with mouse
+#. Press Super or Alt+F2 to open the Dash
+#. Move the mouse over the dash search bar
+#. Press middle click to paste the content of your primary clipboard
+
+Outcome
+ The text previously selected is pasted on the search bar at mouse pointer
+ position, if the operation is repeated the text is inserted where
+ the mouse pointer is.