Rename all references of 'Execute query' to 'Execute script' to be more relevant. #6842

This commit is contained in:
Anil Sahoo
2023-12-04 12:28:53 +05:30
committed by GitHub
parent 4e2aa82ddd
commit 4b71519b80
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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"