summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/activity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/project/activity.rb')
-rw-r--r--qa/qa/page/project/activity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/activity.rb b/qa/qa/page/project/activity.rb
index 56fbaa90790..afd4f49a844 100644
--- a/qa/qa/page/project/activity.rb
+++ b/qa/qa/page/project/activity.rb
@@ -6,7 +6,7 @@ module QA
element :push_events, "event_filter_link EventFilter::PUSH, _('Push events')" # rubocop:disable QA/ElementWithPattern
end
- def go_to_push_events
+ def click_push_events
click_on 'Push events'
end
end