Commit 12a7922f by JonahStanley

Overzealous changing of find to click

parent 0689f0b3
......@@ -26,7 +26,7 @@ def upload_file(_step, file_name):
world.css_click(upload_css)
file_css = 'input.file-input'
upload = world.css_click(file_css)
upload = world.css_find(file_css)
#uploading the file itself
path = os.path.join(TEST_ROOT, 'uploads/', file_name)
upload._element.send_keys(os.path.abspath(path))
......
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 to comment