~elfy/ubuntu-manual-tests/1249362

« back to all changes in this revision

Viewing changes to testcases/packages/Xfce/1585_Xfce4 Application Finder

  • Committer: Pasi Lallinaho
  • Date: 2013-12-18 22:24:48 UTC
  • mfrom: (256.1.1 ubuntu-manual-tests)
  • Revision ID: pasi@shimmerproject.org-20131218222448-7ndi0y8gif24ptmx
Merge David's fix for the Xfce4 Appfinder test; no gksudo any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
<dl>
11
11
    <dt>Press Alt+F2</dt>
12
12
        <dd>Application Finder opens</dd>
13
 
    <dt>In dialogue type sudo -i mousepad, press Launch</dt>
14
 
        <dd>Application Finder closes, authorisation dialogue opens</dd>
15
 
    <dt>Enter your password and press OK</dt>
16
 
        <dd>Mousepad opens with root account warning</dd>
17
 
    <dt>Close Mousepad and Press Alt+F2</dt>
18
 
        <dd>Mousepad closes, Application Finder opens</dd>
19
 
    <dt>In dialogue type gk</dt>
20
 
        <dd>Dialogue autocompletes remainder of sudo -i mousepad command</dd>
 
13
    <dt>In dialogue type 'thunar /home' and press Launch</dt>
 
14
        <dd>Thunar window opens showing /home/</dd>
 
15
    <dt>Close Thunar and Press Alt+F2</dt>
 
16
        <dd>Thunar closes, Application Finder opens</dd>
 
17
    <dt>In dialogue type 'th'</dt>
 
18
        <dd>Dialogue autocompletes remainder of 'thunar /home' command</dd>
21
19
</dl>
22
20
 
23
21
This test will check that Application Finder will clear stored commands
27
25
    <dt>Press down arrow</dt>
28
26
        <dd>Application Finder opens to command listings</dd>
29
27
    <dt>Select Commands History</dt>
30
 
        <dd>Right Pane is populated with sudo -i mousepad command</dd>
 
28
        <dd>Right Pane is populated with 'thunar /home' command</dd>
31
29
    <dt>Select Preferences</dt>
32
30
        <dd>Preferences dialogue opens</dd>
33
31
    <dt>Press Clear Custom Command History button</dt>