Remove unnecessary print statement in the regression tests.

pull/22/head
Usman Muzaffar 2019-03-29 14:47:22 +00:00 committed by Dave Page
parent 55c6f5205d
commit a2aabf6270
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ class QueryToolJourneyTest(BaseFeatureTest):
# was executed and verify it # was executed and verify it
history_rows = self.driver.find_elements_by_css_selector( history_rows = self.driver.find_elements_by_css_selector(
"#query_list> .query-group>ul>li") "#query_list> .query-group>ul>li")
print("the number of history_rows are 10 %s" % len(history_rows))
history_rows[1].click() history_rows[1].click()
selected_history_entry = self.page.find_by_css_selector( selected_history_entry = self.page.find_by_css_selector(