Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiger <twatson@gitlab.com>2019-05-24 01:11:52 +0300
committerTiger <twatson@gitlab.com>2019-05-27 17:52:51 +0300
commit26878c087a13417620a11375f4091dd008307876 (patch)
tree7111d4a463bda97b5c6c70d7763a6b3bef31f933 /spec/features
parent31315850b0108b82b7bb3aa70194dc4dafc9ee7d (diff)
Add Kubernetes logs to monitoring UI
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/admin/admin_browses_logs_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/admin/admin_browses_logs_spec.rb b/spec/features/admin/admin_browses_logs_spec.rb
index 02f50d7e27f..1f83d04d9aa 100644
--- a/spec/features/admin/admin_browses_logs_spec.rb
+++ b/spec/features/admin/admin_browses_logs_spec.rb
@@ -13,5 +13,6 @@ describe 'Admin browses logs' do
expect(page).to have_link 'test.log'
expect(page).to have_link 'sidekiq.log'
expect(page).to have_link 'repocheck.log'
+ expect(page).to have_link 'kubernetes.log'
end
end