From 251dd8f8d030fd5b57621cb353dc1e4be485809e Mon Sep 17 00:00:00 2001 From: Benjamin Stein Date: Fri, 12 May 2017 16:49:22 -0700 Subject: [PATCH] update path to petclinic container (#8) --- petclinic_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petclinic_spec.rb b/petclinic_spec.rb index 2730ba8ba..6768ab92e 100644 --- a/petclinic_spec.rb +++ b/petclinic_spec.rb @@ -9,7 +9,7 @@ describe 'Petlinic' do @headless.start @driver = Selenium::WebDriver.for :firefox - @driver.navigate.to 'http://dashboard:8080/petclinic' + @driver.navigate.to 'http://tomcat:8080/petclinic' @wait = Selenium::WebDriver::Wait.new(:timeout => 3) end