Fix failing feature tests

This commit is contained in:
Aditya Toshniwal
2024-03-26 11:20:04 +05:30
parent cc1ce09b73
commit c0a1429664
4 changed files with 5 additions and 22 deletions

View File

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