~aacid/unity-2d/greek_chars_lens_activate

« back to all changes in this revision

Viewing changes to tests/manual-tests/panel.txt

  • Committer: Albert Astals
  • Date: 2012-05-29 07:27:42 UTC
  • mfrom: (1101.2.8 unity-2d)
  • Revision ID: albert.astals@canonical.com-20120529072742-w18zr617uuso1jwp
MergeĀ lp:unity-2d

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 * Go to the panel and double click the middle mouse button
54
54
 * Verify the fullscreen window stays maximized
55
55
----
 
56
 * Have two monitors
 
57
 * Maximize one window
 
58
 * Double click the panel in the monitor that does not contain the window
 
59
 * Verify the window stays maximized
 
60
----
 
61
 * Have two monitors
 
62
 * Maximize one window
 
63
 * Press and drag the mouse in the panel in the monitor that does not contain the window
 
64
 * Verify the window stays unaffected
 
65
----
 
66
 * Have two monitors
 
67
 * Maximize one window in each monitor
 
68
 * Give focus to windown in monitor 1
 
69
 * Click in the panel of monitor 2 
 
70
 * Verify the window from monitor 2 gets the focus
 
71
----
 
72
 * Have two monitors
 
73
 * Maximize one window in each monitor
 
74
 * Give focus to windown in monitor 1
 
75
 * Press and drag the mouse in the panel of monitor 2 (has the window without focus)
 
76
 * Verify the window from monitor 2 gets the focus and starts to be dragged
 
77
----
 
78
 * Have two windows in one monitor
 
79
 * Maximize one window
 
80
 * Give focus to unmaximized one
 
81
 * Click in the panel (not in window label nor menus)
 
82
 * Verify focus goes to the maximized window
 
83
----