mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Rename all references of 'Execute query' to 'Execute script' to be more relevant. #6842
This commit is contained in:
@@ -213,7 +213,7 @@ class QueryToolLocators:
|
||||
|
||||
btn_load_file_css = "button[data-label='Open File']"
|
||||
|
||||
btn_execute_query_css = "button[data-label='Execute/Refresh']"
|
||||
btn_execute_query_css = "button[data-label='Execute script']"
|
||||
|
||||
folder_path_css = \
|
||||
"div[data-label='file-path'] input"
|
||||
|
||||
Reference in New Issue
Block a user