summaryrefslogtreecommitdiff
path: root/spec/features/projects/services/user_activates_atlassian_bamboo_ci_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/services/user_activates_atlassian_bamboo_ci_spec.rb')
-rw-r--r--spec/features/projects/services/user_activates_atlassian_bamboo_ci_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/services/user_activates_atlassian_bamboo_ci_spec.rb b/spec/features/projects/services/user_activates_atlassian_bamboo_ci_spec.rb
index 19573565265..d7b932597ab 100644
--- a/spec/features/projects/services/user_activates_atlassian_bamboo_ci_spec.rb
+++ b/spec/features/projects/services/user_activates_atlassian_bamboo_ci_spec.rb
@@ -21,7 +21,7 @@ describe 'User activates Atlassian Bamboo CI' do
fill_in('Password', with: 'verySecret')
click_button('Save')
- expect(page).to have_content('Atlassian Bamboo CI activated.')
+ expect(page).to have_content(_('Atlassian Bamboo CI activated.'))
# Password field should not be filled in.
click_link('Atlassian Bamboo CI')