Skip to content

Commit 9913bf5

Browse files
author
Steve Kirkland
committed
Use main port
[full ci]
1 parent 112bbec commit 9913bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/steps/unity_steps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def execute_command(action, scenario_name = '')
3131
when 'android', 'ios'
3232
execute_command('clear_cache')
3333
when 'browser'
34-
url = "http://localhost:#{Maze.config.document_server_port}/index.html"
34+
url = "http://localhost:#{Maze.config.port}/docs/index.html"
3535
$logger.debug "Navigating to URL: #{url}"
3636
step("I navigate to the URL \"#{url}\"")
3737
execute_command('clear_cache')

0 commit comments

Comments
 (0)