mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-13 06:24:45 -05:00
Add support in query history to show internal queries generated by pgAdmin during save data operations. Fixes #4612
This commit is contained in:
committed by
Akshay Joshi
parent
4403f326e9
commit
687204771c
@@ -304,7 +304,8 @@ CREATE TABLE public.nonintpkey
|
||||
)
|
||||
time.sleep(0.2)
|
||||
self._update_cell(cell_xpath, data[str(idx)])
|
||||
self.page.find_by_id("btn-save-data").click() # Save data
|
||||
self.page.find_by_css_selector(
|
||||
QueryToolLocatorsCss.btn_save_data).click()
|
||||
# There should be some delay after save button is clicked, as it
|
||||
# takes some time to complete save ajax call otherwise discard unsaved
|
||||
# changes dialog will appear if we try to execute query before previous
|
||||
|
||||
Reference in New Issue
Block a user