mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-10 08:04:36 -06:00
PEP-8 fix
This commit is contained in:
parent
ec476d6274
commit
21fd953672
@ -62,7 +62,8 @@ class PgadminPage:
|
||||
self.fill_input_by_field_name("password", server_config['db_password'])
|
||||
WebDriverWait(self.driver, 10).until(EC.element_to_be_clickable(
|
||||
(By.CSS_SELECTOR, "button[type='save'].btn.btn-primary")))
|
||||
self.find_by_css_selector("button[type='save'].btn.btn-primary").click()
|
||||
self.find_by_css_selector("button[type='save'].btn.btn-primary").\
|
||||
click()
|
||||
|
||||
self.find_by_xpath(
|
||||
"//*[@id='tree']//*[.='" + server_config['name'] + "']")
|
||||
|
Loading…
Reference in New Issue
Block a user