mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
update path to petclinic container (#8)
This commit is contained in:
parent
0e63851086
commit
251dd8f8d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue