change default user

This commit is contained in:
Jörg Thalheim 2016-06-15 10:38:28 +00:00
parent 796535242c
commit 27ee55d3ba
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func IntegrationTest(url string) error {
e := d.FindXpath("//input[@type='email']")
e.Clear()
e.SendKeys("joerg@higgsboson.tk")
e.SendKeys("user1@higgsboson.tk")
e = d.FindXpath("//input[@type='password']")
e.Clear()