From b5d59bc0ff67d6534f96c3c3bcfe0ce2f9446c93 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sat, 14 May 2016 00:06:41 +0200 Subject: lvc: it seems squid works now that we unset http_proxy --- cucumber/features/step_definitions/common_steps.rb | 4 ++-- 1 file 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| -- cgit v1.2.3-54-g00ecf