=s_('Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones.')
expect(find('.promotion-issue-template-message')).tohave_content'Description templates allow you to define context-specific templates for issue and merge request description fields for your project.'
end
end
...
...
@@ -296,6 +395,7 @@ describe 'Promotions', :js do
it'should appear on the page'do
visitproject_audit_events_path(project)
expect(find('.user-callout-copy')).tohave_content'Track your project with Audit Events'
end
end
...
...
@@ -311,6 +411,7 @@ describe 'Promotions', :js do
it'should appear on the page'do
visitgroup_analytics_path(group)
expect(find('.user-callout-copy')).tohave_content'Track activity with Contribution Analytics.'
end
end
...
...
@@ -326,6 +427,7 @@ describe 'Promotions', :js do
it'should appear on the page'do
visitgroup_hooks_path(group)
expect(find('.user-callout-copy')).tohave_content'Add Group Webhooks'
msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones."