Skip to content

Commit

Permalink
Minor test improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
vr2262 committed Dec 23, 2015
1 parent 27c49d3 commit 845eaa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/test_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -4090,6 +4090,7 @@ def test_add_new_facility(self):
# navigate to end of survey and save
facility_type = Select(self.drv.find_element_by_tag_name('select'))
self.select_by_index(facility_type, 1)
self.sleep()
self.click(self.drv.find_element_by_class_name('navigate-right'))
self.click(self.drv.find_element_by_class_name('navigate-right'))

Expand Down

0 comments on commit 845eaa0

Please sign in to comment.