update path to petclinic container (#8)

This commit is contained in:
Benjamin Stein 2017-05-12 16:49:22 -07:00 committed by GitHub
parent 0e63851086
commit 251dd8f8d0

View file

@ -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