Commit 6186a651 authored by Zhu Shung's avatar Zhu Shung Committed by Lin Jen-Shin

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

parent 2c314d78
......@@ -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