blob: 7608ac5600efc25067a15cb9a1b1560afc9ec8ae (
plain)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | Preview Open Animation note: Should be automated. ------------ This tests the dash preview open animation Setup: #. Open dash super #. Open a lens which supports previeing (eg Application, Music, File) #. Enter arbitrary search string and ensure a result is available. Actions: #. Open preview for result. Expected Result: A preview will open by animating a swipe from left to right using an ease in-out curve progression. Preview Left Navigation Animation note: Should be automated. ------------ This tests the dash preview navigate left animation Setup: #. Open dash super #. Open a lens which supports previeing (eg 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. Actions: #. Click the 'navigate left' icon. Expected Result: The current preview will swipe out and the new prevew result will swipe from right to left using an ease in-out curve progression. Preview Right Navigation Animation note: Should be automated. ------------ This tests the dash preview navigate right animation Setup: #. Open dash super #. Open a lens which supports previeing (eg 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. Actions: #. Click the navigate right icon. Expected Result: The current preview will swipe out and the new prevew result will swipe from right to left using an ease in-out curve progression. Preview Music Tracks note: Should be automated. ------------ This tests the dash music preview track play Setup: #. Open music lens (Super+M) #. Enter arbitrary search string and ensure a result is available. Actions: #. Open a preview for a result. Expected Result: A music preview will open and tracks for the music result will be populated. The Track information will contain a title and duration. Preview Music Play note: Should be automated. ------------ This tests the dash music preview track play 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. Actions: #. Play first track. Expected Result: 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 note: Should be automated. ------------ This tests the dash preview preview navigate right animation 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. Actions: #. Pause playing track. Expected Result: Music Player daemon will pause the playing track and update it's status to paused. Progress will stop incresing. Preview Application Launch note: Should be automated. ------------ This tests the dash application preview launch action Setup: #. Open application lens (Super+F) #. Enter 'gedit' search string. #. Wait for result. #. Open preview for result. (Right-click) Actions: #. Click 'Launch' action button. Expected Result: Preview should close and launch the gedit application. Preview Open Resize ------------ This tests the dash preview opens with the correct size and is resized correctly when changing between windows dash and full screen dash. Setup: #. Open dash super #. Ensure dash is in windowed mode (not full screen) #. Open a lens which supports previeing (eg Application, Music, File) #. Enter arbitrary search string and ensure a result is available. Actions: #. Open preview for result. #. Resize dash to fullscreen Expected Result: A preview will open with the correct size initially (no size flicker). When the dash is resized, the preview will resize to maximize the space available (796x390 apsect ratio).
|