Commit 8cb37e68 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'jh-mr-02959' into 'master'

Update ee/spec/features/promotion_spec.rb to use translated strings

See merge request gitlab-org/gitlab!68875
parents b2539141 6186a651
......@@ -54,7 +54,7 @@ RSpec.describe 'Promotions', :js do
it 'appears in repository settings page' do
visit project_settings_repository_path(project)
expect(find('#promote_repository_features')).to have_content 'Improve repositories with GitLab Enterprise Edition'
expect(find('#promote_repository_features')).to have_content(s_('Promotions|Improve repositories with GitLab Enterprise Edition.'))
end
it 'does not show when cookie is set' do
......
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