2 Feature: Hardware failures
3 In order to update my failing hardware before I lose data
5 I want to be warned about hardware failures
7 Scenario Outline: Alerting about disk read failures before reaching the Welcome Screen
9 And I start the computer from DVD with network unplugged
10 When Tails detects disk read failures on the <device>
11 Then I see a disk failure message on the splash screen
16 | boot device with a target error |
19 Scenario Outline: Alerting about disk read failures in GNOME
21 And I have started Tails without network from a USB drive with a persistent partition enabled and logged in
22 When Tails detects disk read failures on the <device>
23 Then I see a disk failure message
24 Then I can open the hardware failure documentation from the disk failure message
29 | boot device with a target error |