Fix database locking shenanigans

This commit is contained in:
2021-02-15 00:44:26 +00:00
parent 6c9e360927
commit 925498be02
5 changed files with 32 additions and 21 deletions

View File

@@ -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()