mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed feature test cases.
This commit is contained in:
committed by
Akshay Joshi
parent
6d26d5833f
commit
befd4b1fa8
@@ -167,7 +167,7 @@ class QueryToolLocators:
|
||||
query_history_selected_icon = query_history_selected + ' svg'
|
||||
|
||||
invalid_query_history_entry_css = \
|
||||
"#id-history li[data-label='history-entry'][class*='itemError']"
|
||||
"#id-history li[data-label='history-entry']"
|
||||
|
||||
explain_details = "#id-explain div[data-label='explain-details']"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user