summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/common_steps.rb
diff options
context:
space:
mode:
Diffstat (limited to 'cucumber/features/step_definitions/common_steps.rb')
-rw-r--r--cucumber/features/step_definitions/common_steps.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index a1b99b76..a4c62210 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -367,8 +367,8 @@ Given /^in ([a-z]*) mode I accept the default mirror$/ do |ui_mode|
@screen.wait(diui_png("ArchiveMirror",ui_mode), 5)
@screen.type(Sikuli::Key.ENTER)
@screen.wait(diui_png("HttpProxy",ui_mode), 5)
- #@screen.type("http://local-http-proxy:3128/" + Sikuli::Key.ENTER)
- @screen.type(Sikuli::Key.ENTER)
+ @screen.type("http://local-http-proxy:3128/" + Sikuli::Key.ENTER)
+ #@screen.type(Sikuli::Key.ENTER)
end
Given /^in ([a-z]*) mode I neglect to scan more CDs$/ do |ui_mode|