Skip to content

Commit

Permalink
Fix for brittle SPA test on Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Nov 15, 2016
1 parent 4b90a0f commit b892f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nengo_gui/tests/test_spa.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_spa(driver):
model.cortical = spa.Cortical(actions)
"""
tt.reset_page(driver)
time.sleep(0.2)
tt.update_editor(driver, test_file)
tt.mouse_scroll(driver, 200)

Expand Down

0 comments on commit b892f49

Please sign in to comment.