Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
[#20] Fix test file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed May 29, 2016
1 parent eb2b23c commit b418e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slipsomat.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,9 @@ def test_XML(driver, filename):
time.sleep(2)
file_field = driver.find_element_by_id("pageBeannewFormFile")
file_field.send_keys(path)
driver.find_element_by_id("cbuttonupload").submit()
driver.find_element_by_id("cbuttonupload").click()
time.sleep(2)
driver.find_element_by_id("PAGE_BUTTONS_admconfigure_notification_templaterun_xsl_up").submit()
driver.find_element_by_id("PAGE_BUTTONS_admconfigure_notification_templaterun_xsl_up").click()


import cmd
Expand Down

0 comments on commit b418e8f

Please sign in to comment.