Skip to content

Commit

Permalink
Deleting comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
antip00 committed Feb 3, 2025
1 parent 8b40996 commit 3aa784e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testflows/steps/panel/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@ def select_input_query(self, query_name):
"""Select input query using triple click on textarea."""

locators.input_in_sql_editor(query_name=query_name, grafana_version=self.context.grafana_version).send_keys(Keys.CONTROL, 'a')
# ActionChains(self.context.driver).double_click(locators.sql_editor_input(query_name=query_name, grafana_version=self.context.grafana_version)).click(locators.sql_editor_input(query_name=query_name, grafana_version=self.context.grafana_version)).perform()



@TestStep(When)
def clear_panel_title(self):
"""Clear panel title."""
Expand Down

0 comments on commit 3aa784e

Please sign in to comment.