mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix failing feature tests
This commit is contained in:
@@ -936,7 +936,7 @@ class PgadminPage:
|
||||
self.driver.execute_script(
|
||||
"arguments[0].cmView.view.setValue(arguments[1]);"
|
||||
"arguments[0].cmView.view.setCursor("
|
||||
"arguments[0].cmView.view.lineCount(),0);",
|
||||
"arguments[0].cmView.view.lineCount(),-1);",
|
||||
codemirror_ele, field_content)
|
||||
|
||||
def click_tab(self, tab_name):
|
||||
|
||||
Reference in New Issue
Block a user