mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove unnecessary print statement in the regression tests.
This commit is contained in:
parent
55c6f5205d
commit
a2aabf6270
@ -100,7 +100,6 @@ class QueryToolJourneyTest(BaseFeatureTest):
|
||||
# was executed and verify it
|
||||
history_rows = self.driver.find_elements_by_css_selector(
|
||||
"#query_list> .query-group>ul>li")
|
||||
print("the number of history_rows are 10 %s" % len(history_rows))
|
||||
history_rows[1].click()
|
||||
|
||||
selected_history_entry = self.page.find_by_css_selector(
|
||||
|
Loading…
Reference in New Issue
Block a user