Given
I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen
1:6.632
Failed to restore snapshot (RuntimeError)
./features/step_definitions/common_steps.rb:53:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:36:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:220:in `reach_checkpoint'
./features/step_definitions/common_steps.rb:59:in `rescue in post_snapshot_restore_hook'
./features/step_definitions/common_steps.rb:36:in `post_snapshot_restore_hook'
./features/step_definitions/snapshots.rb:220:in `reach_checkpoint'
./features/step_definitions/snapshots.rb:226:in `/^I\ have\ started\ Tails\ without\ network\ from\ a\ USB\ drive\ with\ a\ persistent\ partition\ and\ stopped\ at\ Tails\ Greeter's\ login\ screen$/'
features/persistence.feature:103:in `Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen'
When
I enable persistence
0.000
Then
no persistent Greeter options were restored
0.000
When
I set all Greeter options to non-default values
0.000
Then
the Welcome Screen's language is set to English
0.000
And
the Welcome Screen's formats is set to United States
0.000
When
I set the formats to "Belgien - Deutsch"
0.000
When
I log in to a new session in German (de) after having activated the Persistent Storage
0.000
Then
all Persistent Greeter options are set to non-default values
0.000
When
I cold reboot the computer
0.000
And
the computer reboots Tails
0.000
Then
the Welcome Screen's language is set to English
0.000
And
the Welcome Screen's formats is set to United States
0.000
Given
I enable persistence
0.000
Then
persistent Greeter options were restored
0.000
And
the Welcome Screen's formats is set to Belgium
0.000
When
I log in to a new session after having activated the Persistent Storage
0.000
Then
all Persistent Greeter options are set to non-default values
0.000