Commit f860d877 authored by Anastasia McDonald's avatar Anastasia McDonald

Fix broken contribution_analytics_spec test

Adjust text expectations due to UI changes
See https://gitlab.com/gitlab-org/gitlab/-/issues/220255
And https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33535
parent 29a98e9f
......@@ -44,7 +44,7 @@ module QA
it 'tests contributions' do
EE::Page::Group::ContributionAnalytics.perform do |contribution_analytics|
expect(contribution_analytics).to have_push_element('3 pushes, more than 4.0 commits by 1 person contributors.')
expect(contribution_analytics).to have_mr_element('1 created, 1 accepted.')
expect(contribution_analytics).to have_mr_element('1 created, 1 merged.')
expect(contribution_analytics).to have_issue_element('1 created, 1 closed.')
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment