diff --git a/sharelatex/client.go b/sharelatex/client.go index cb1b703..77ff61d 100644 --- a/sharelatex/client.go +++ b/sharelatex/client.go @@ -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() diff --git a/tech-support.jpg b/tech-support.jpg new file mode 100644 index 0000000..12c371f Binary files /dev/null and b/tech-support.jpg differ