summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
authorNick Dedekind <nicholas.dedekind@gmail.com>2012-09-11 13:47:51 -0400
committerTarmac <>2012-09-11 13:47:51 -0400
commitcbbc728bb64f7a312df9b2ec9b934cc7c89fc0ac (patch)
tree190358868aa9c477b43195eeeac83725b11c2919 /manual-tests
parent33581c91eefa0edb221e6babc0d7dfc76cb54906 (diff)
parent03aacd1d6d2f16294a8039a1bf5c6de6517dd801 (diff)
Fixed a layout flicker when first opening previews (LP#1038944).. Fixes: https://bugs.launchpad.net/bugs/1038944, https://bugs.launchpad.net/bugs/1043277. Approved by Michal Hruby, Brandon Schaefer.
(bzr r2680)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/Preview.txt33
1 files changed, 27 insertions, 6 deletions
diff --git a/manual-tests/Preview.txt b/manual-tests/Preview.txt
index 64aad7eac..47a9770c6 100644
--- a/manual-tests/Preview.txt
+++ b/manual-tests/Preview.txt
@@ -5,7 +5,7 @@ This tests the dash preview open animation
Setup:
#. Open dash super
-#. Open a lens which supports previeing (eg Application, Music, File)
+#. Open a lens which supports previewing (e.g. Application, Music, File)
#. Enter arbitrary search string and ensure a result is available.
Actions:
@@ -23,7 +23,7 @@ This tests the dash preview navigate left animation
Setup:
#. Open dash super
-#. Open a lens which supports previeing (eg Application, Music, File)
+#. Open a lens which supports previewing (e.g. Application, Music, File)
#. Enter arbitrary search string and ensure at least 2 results are available.
#. Right-click the mouse on at least the second result.
#. Wait for the preview window to open and finish animating.
@@ -32,7 +32,7 @@ Actions:
#. Click the 'navigate left' icon.
Expected Result:
- The current preview will swipe out and the new prevew result will swipe from right
+ The current preview will swipe out and the new preview result will swipe from right
to left using an ease in-out curve progression.
@@ -43,7 +43,7 @@ This tests the dash preview navigate right animation
Setup:
#. Open dash super
-#. Open a lens which supports previeing (eg Application, Music, File)
+#. Open a lens which supports previewing (e.g. Application, Music, File)
#. Enter arbitrary search string and ensure at least 2 results are available.
#. Right-click the mouse on at most the second last result.
#. Wait for the preview window to open and finish animating.
@@ -52,7 +52,7 @@ Actions:
#. Click the navigate right icon.
Expected Result:
- The current preview will swipe out and the new prevew result will swipe from right
+ The current preview will swipe out and the new preview result will swipe from right
to left using an ease in-out curve progression.
@@ -111,7 +111,7 @@ Actions:
Expected Result:
When hovering on play icon, it will change to a pause icon.
Music Player daemon will pause the playing track and update it's status
- to paused. Progress will stop incresing.
+ to paused. Progress will stop increasing.
Preview Application Launch
@@ -130,3 +130,24 @@ Actions:
Expected Result:
Preview should close and launch the gedit application.
+
+
+Preview Open Geometry
+------------
+This tests the dash preview opens with the correct size and
+its geometry is updated when changing between form factor (desktop & netbook)
+
+Setup:
+#. Open dash super
+#. Ensure dash is in windowed mode (not full screen)
+#. Open a lens which supports previewing (e.g. Application, Music, File)
+#. Enter arbitrary search string and ensure a result is available.
+
+Actions:
+#. Open preview for result.
+#. Resize dash to full screen.
+#. Resize dash back to windowed mode.
+
+Expected Result:
+ A preview will open with the correct size initially (no size flicker).
+ When the dash is resized, the preview will center its geometry and stay the correct size.