summaryrefslogtreecommitdiff
path: root/spec/features/runners_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-14 03:10:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-14 03:10:15 +0000
commit7ad11b777ab6800474f19cd757ab31130836e570 (patch)
treeae37e2bd80d7ecbf265a92699c24b6d66051b077 /spec/features/runners_spec.rb
parentdcd075c981ad8efcdf6206f67e1c82c6ab4b3152 (diff)
downloadgitlab-ce-7ad11b777ab6800474f19cd757ab31130836e570.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/runners_spec.rb')
-rw-r--r--spec/features/runners_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/features/runners_spec.rb b/spec/features/runners_spec.rb
index 482f3d62f36..cee0910aef7 100644
--- a/spec/features/runners_spec.rb
+++ b/spec/features/runners_spec.rb
@@ -160,16 +160,6 @@ RSpec.describe 'Runners' do
end
context 'shared runner text' do
- context 'when application settings have no shared_runners_text' do
- it 'user sees default shared runners description' do
- visit project_runners_path(project)
-
- page.within("[data-testid='shared-runners-description']") do
- expect(page).to have_content('The same shared runner executes code from multiple projects')
- end
- end
- end
-
context 'when application settings have shared_runners_text' do
let(:shared_runners_text) { 'custom **shared** runners description' }
let(:shared_runners_html) { 'custom shared runners description' }