Commit 7036dca0 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-e2e-fix-contribution-analytics-spec' into 'master'

Fix broken contribution_analytics_spec test

Closes #220255

See merge request gitlab-org/gitlab!33813
parents e89cc386 f860d877
......@@ -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