mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed feature tests failure issue due to binary path feature.
This commit is contained in:
committed by
Akshay Joshi
parent
0b52ef6eb0
commit
2486b79450
@@ -1329,3 +1329,7 @@ class PgadminPage:
|
||||
except TimeoutException:
|
||||
element_located_status = False
|
||||
return element_located_status
|
||||
|
||||
def clear_edit_box(self, edit_box_webelement):
|
||||
while not edit_box_webelement.get_attribute("value") == "":
|
||||
edit_box_webelement.send_keys(Keys.BACK_SPACE)
|
||||
|
||||
Reference in New Issue
Block a user