Commit d6304178 by Csók Tamás

selenium: corrections and stability improvements

parent 01890687
......@@ -50,7 +50,7 @@ class SeleniumConfig:
client_name = 'test_%s' % random_pass
# Which webpage should selenium use (localhost is recommended)
host = 'https:127.0.0.1'
host = 'https://127.0.0.1'
# In default the tests create a new user then delete it afteword
# Disable this if selenium cannot acces the database
create_user = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment