Merge remote-tracking branch 'origin/bugfix/additional-software-upgrade-failed-messag...
[tails-test.git] / features / step_definitions / windows_camouflage.rb
blobcdc622d0073efd159716ddd1be065919cdbe4a98
1 Given /^I enable Microsoft Windows XP camouflage$/ do
2   @theme = "winxp"
3   next if @skip_steps_while_restoring_background
4   @screen.wait_and_click("TailsGreeterWinXPCamouflage.png", 10)
5 end
7 When /^I click the start menu$/ do
8   next if @skip_steps_while_restoring_background
9   @screen.wait_and_click("WinXPStartButton.png", 10)
10 end