From 845eaa03fb328fecd62be95177f75213deaedbc0 Mon Sep 17 00:00:00 2001 From: Viktor Roytman Date: Wed, 23 Dec 2015 15:50:42 -0500 Subject: [PATCH] Minor test improvement --- tests/python/test_selenium.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/test_selenium.py b/tests/python/test_selenium.py index e93a42ff..a24a83a0 100644 --- a/tests/python/test_selenium.py +++ b/tests/python/test_selenium.py @@ -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'))