Update changelog for 0.20.
[tails-test.git] / features / step_definitions / truecrypt.rb
blob1d87489df80e3bd5b04c3b594f3a87a93673276e
1 When /^I start TrueCrypt through the GNOME menu$/ do
2   next if @skip_steps_while_restoring_background
3   @screen.wait_and_click("GnomeApplicationsMenu.png", 10)
4   @screen.wait_and_click("GnomeApplicationsAccessories.png", 10)
5   @screen.wait_and_click("GnomeApplicationsTrueCrypt.png", 20)
6 end