Skip to content

Commit

Permalink
Added timing to help tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tcstewar committed Jun 5, 2016
1 parent 2dfaa08 commit 9c0e2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nengo_gui/tests/test_basic_functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def test_basic_functionality(driver, test_file):
#Test page response by clicking the reset button and applying new code to ace-editor

tt.reset_page(driver)
time.sleep(0.5)
tt.update_editor(driver, test_file)
tt.mouse_scroll(driver,500)
ens_elements = driver.find_elements_by_xpath('//*[@class="ens"]')
Expand Down

0 comments on commit 9c0e2f4

Please sign in to comment.