Commit 03c1fc6c authored by Mark Lapierre's avatar Mark Lapierre

Merge branch '336708-update-expectation-text' into 'master'

Update expectation to match new UI text

See merge request gitlab-org/gitlab!66970
parents cb26a88c 8f784d72
...@@ -41,10 +41,10 @@ module QA ...@@ -41,10 +41,10 @@ module QA
Page::Group::Menu.perform(&:click_contribution_analytics_item) Page::Group::Menu.perform(&:click_contribution_analytics_item)
end end
it 'tests contributions', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/527' do it 'tests contributions', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1864' do
EE::Page::Group::ContributionAnalytics.perform do |contribution_analytics| EE::Page::Group::ContributionAnalytics.perform do |contribution_analytics|
expect(contribution_analytics).to have_push_element('3 pushes, more than 4 commits by 1 person contributors.') expect(contribution_analytics).to have_push_element('3 pushes, more than 4 commits by 1 person contributors.')
expect(contribution_analytics).to have_mr_element('1 created, 1 merged.') expect(contribution_analytics).to have_mr_element('1 created, 1 merged, 0 closed.')
expect(contribution_analytics).to have_issue_element('1 created, 1 closed.') expect(contribution_analytics).to have_issue_element('1 created, 1 closed.')
end end
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