blob: ad1c773dafec3b49aa9c60755fcc52298c267806 (
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 | Hud Key-Navigation ----------- This test ensures the hud key navigation is intact Setup: #. Ensure the messaging indicator is present Actions: #. Tap Alt #. Type "Message" to search for items from the messaging indicator #. Press down twice #. Press return Expected Result: 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. Alt+Arrow keys not passed to application ---------------------------------------- Tests that Alt+ArrowKey events are correctly passed to the active window when Unity is not responding to them. Note: Should be automated Setup: #. Open gnome-terminal Actions: #. While holding Alt, tap arrow keys: Up, Down, Right, Left Expected Result: The terminal should show the keycodes were received as text "ABCD". Alt+Enter Crash --------------- Tests that Alt+Enter does not cause unity to crash (LP: #960957) Setup: Actions: #. Press Alt+Enter. Expected Result: Nothing happens Wrong Result: Unity/compiz crashes
|