Compare commits

...

2 Commits

Author SHA1 Message Date
Jörg Thalheim 27ee55d3ba change default user 2016-06-15 10:38:28 +00:00
Jörg Thalheim 796535242c change payload for sharelatex 2016-06-15 10:38:08 +00:00
2 changed files with 2 additions and 2 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()
@ -105,7 +105,7 @@ func IntegrationTest(url string) error {
e = d.FindByName("file") // Create
dir, err := filepath.Abs(filepath.Dir(os.Args[0]))
e.SendKeys(filepath.Join(dir, "./test.txt"))
e.SendKeys(filepath.Join(dir, "./tech-support.jpg"))
e = d.FindByCSS("textarea") // Latex Doc
e.Clear()

BIN
tech-support.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB