summaryrefslogtreecommitdiff
path: root/spec/features/clusters/cluster_health_dashboard_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/clusters/cluster_health_dashboard_spec.rb')
-rw-r--r--spec/features/clusters/cluster_health_dashboard_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/clusters/cluster_health_dashboard_spec.rb b/spec/features/clusters/cluster_health_dashboard_spec.rb
index e9e3b48e9c0..862f34768c4 100644
--- a/spec/features/clusters/cluster_health_dashboard_spec.rb
+++ b/spec/features/clusters/cluster_health_dashboard_spec.rb
@@ -33,7 +33,7 @@ RSpec.describe 'Cluster Health board', :js, :kubeclient, :use_clean_rails_memory
click_link 'Health'
- expect(page).to have_text('you must first install Prometheus in the Applications tab')
+ expect(page).to have_text('you must first enable Prometheus in the Integrations tab')
end
end