2 Feature: GNOME is well-integrated into Tails
5 Scenario: A screenshot is taken when the PRINTSCREEN key is pressed
6 Given I have started Tails from DVD without network and logged in
8 And there is no screenshot in the live user's Pictures directory
9 When I press the "PRINTSCREEN" key
10 And GNOME offers me various screenshot options
11 And I press the "Return" key
12 Then a screenshot is saved to the live user's Pictures directory
14 Scenario: GNOME notifications are shown to the user
15 Given I have started Tails from DVD without network and logged in
16 When the "Dogtail rules!" notification is sent
17 Then the "Dogtail rules!" notification is shown to the user
19 Scenario: I can launch various apps via GNOME Activities Overview
20 # Some apps (Electrum and Persistent Storage Backup) only start when
21 # a Persistent Storage is available.
22 Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in
23 # Some apps (Tor Browser) only start when the network is plugged.
24 And the network is plugged
26 And all notifications have disappeared
27 When I start "Additional Software" via GNOME Activities Overview
28 And I close the "tails-additional-software-config" window
29 When I start "Disks" via GNOME Activities Overview
30 # The close button of GNOME Disks is not accessible
31 And I close the "gnome-disks" window via Alt+F4
32 When I start "GNOME Terminal" via GNOME Activities Overview
33 And I close the "gnome-terminal-server" window
34 When I start "Files" via GNOME Activities Overview
35 And I close the "org.gnome.Nautilus" window
36 When I start "Persistent Storage" via GNOME Activities Overview
37 And I close the "tps-frontend" window
38 When I start "Persistent Storage Backup" via GNOME Activities Overview
39 And I close the "zenity" window
40 When I start "Pidgin" via GNOME Activities Overview
41 And I close the "Pidgin" window via Alt+F4
42 When I start "Thunderbird" via GNOME Activities Overview
43 And I close the "Thunderbird" window
44 When I start "Tor Browser" via GNOME Activities Overview
45 And I close the "Firefox" window
46 When I start "Unlock VeraCrypt Volumes" via GNOME Activities Overview
47 And I close the "unlock-veracrypt-volumes" window
48 When I start "Unsafe Browser" via GNOME Activities Overview
49 And I close the "Firefox" window