summaryrefslogtreecommitdiff
path: root/spec/features/error_tracking/user_sees_error_index_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/error_tracking/user_sees_error_index_spec.rb')
-rw-r--r--spec/features/error_tracking/user_sees_error_index_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/error_tracking/user_sees_error_index_spec.rb b/spec/features/error_tracking/user_sees_error_index_spec.rb
index b7dfb6afc18..f83c8ffe439 100644
--- a/spec/features/error_tracking/user_sees_error_index_spec.rb
+++ b/spec/features/error_tracking/user_sees_error_index_spec.rb
@@ -50,7 +50,7 @@ feature_category: :error_tracking do
end
it 'renders call to action' do
- expect(page).to have_content('Enable error tracking')
+ expect(page).to have_content('Monitor your errors directly in GitLab.')
end
end