Skip to content

Commit 91728a8

Browse files
committed
chore: Replace localhost with ip
1 parent 871c15a commit 91728a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-testing/include/general-config.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ${headless} true
1616
${devtools} false
1717

1818
${browser} %{BROWSER=firefox}
19-
${url} http://localhost/
19+
${url} http://127.0.0.1/
2020
${username} scl-data-editor
2121
${password} editor
2222

0 commit comments

Comments
 (0)