summaryrefslogtreecommitdiff
path: root/manual-tests
diff options
authorNick Dedekind <nicholas.dedekind@gmail.com>2012-09-11 07:17:44 -0400
committerTarmac <>2012-09-11 07:17:44 -0400
commit06cd7e75b1550e415f33e3553366da0f2e607567 (patch)
treee8bf101ec24aae92de784093d65cad1e3320e494 /manual-tests
parented79fef1d0657c8fe8c9b5e4e8d2654f5a4a6397 (diff)
parentf37f4924454ab90e55a2eaa958381fc21b0f4732 (diff)
Extended track play/pause mouse discovery for entire track row.
Re-worded manual test for play/pause music track.. Fixes: https://bugs.launchpad.net/bugs/1043997. Approved by Michal Hruby. (bzr r2677)
Diffstat (limited to 'manual-tests')
-rw-r--r--manual-tests/Preview.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/manual-tests/Preview.txt b/manual-tests/Preview.txt
index 4b6e6093c..64aad7eac 100644
--- a/manual-tests/Preview.txt
+++ b/manual-tests/Preview.txt
@@ -73,7 +73,7 @@ Expected Result:
The Track information will contain a title and duration.
-Preview Music Play
+Preview Music Track Play
note: Should be automated.
------------
This tests the dash music preview track play
@@ -84,14 +84,16 @@ Setup:
#. Open a preview for a result which contains tracks.
Actions:
-#. Play first track.
+#. Hover over track number for the track you wish to play.
+#. Click play icon.
Expected Result:
+ When hovering on track number, it will change to a play icon.
Music Player daemon will start playing track and update status of the track
in the preview to playing as well as update it's progress.
-Preview Music Pause
+Preview Music Track Pause
note: Should be automated.
------------
This tests the dash preview preview navigate right animation
@@ -100,12 +102,14 @@ Setup:
#. Open music lens (Super+M)
#. Enter arbitrary search string and ensure a result is available.
#. Open a preview for a result which contains tracks.
-#. Play first track.
+#. Play first track. (by hovering+click on track number.)
Actions:
-#. Pause playing track.
+#. Hover over pause icon for the track which is playing.
+#. Click pause icon.
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.