diff --git a/PyRIGS/tests/regions.py b/PyRIGS/tests/regions.py index 25b06c4c..6daef657 100644 --- a/PyRIGS/tests/regions.py +++ b/PyRIGS/tests/regions.py @@ -71,6 +71,7 @@ class BootstrapSelectElement(Region): self.find_element(*self._deselect_all_locator).click() def search(self, query): + # self.wait.until(expected_conditions.visibility_of_element_located(self._status_locator)) search_box = self.find_element(*self._search_locator) self.open() search_box.clear() diff --git a/RIGS/templates/event_checklist_form.html b/RIGS/templates/event_checklist_form.html index 8ba36340..958303cf 100644 --- a/RIGS/templates/event_checklist_form.html +++ b/RIGS/templates/event_checklist_form.html @@ -134,14 +134,14 @@