blob: 82ccd8c8db92b98bbbb1d4eccd6a93c240edb7cb (
plain)
1
2
3
4
5
6
7
8
9
10
|
Given /^I enable Microsoft Windows camouflage$/ do
@theme = "windows"
next if @skip_steps_while_restoring_background
@screen.wait_and_click("TailsGreeterWindowsCamouflage.png", 10)
end
When /^I click the start menu$/ do
next if @skip_steps_while_restoring_background
@screen.wait_and_click("WindowsStartButton.png", 10)
end
|