summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/issue/show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/project/issue/show.rb')
-rw-r--r--qa/qa/page/project/issue/show.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/qa/qa/page/project/issue/show.rb b/qa/qa/page/project/issue/show.rb
index b1417d9b9db..2f8ffc634ac 100644
--- a/qa/qa/page/project/issue/show.rb
+++ b/qa/qa/page/project/issue/show.rb
@@ -67,10 +67,6 @@ module QA
click_element :close_issue_button
end
- def has_metrics_unfurled?
- has_element?(:prometheus_graph_widgets, wait: 30)
- end
-
def has_reopen_issue_button?
has_element?(:reopen_issue_button)
end