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:
authorPayton Burdette <pburdette@gitlab.com>2019-08-28 11:39:47 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-08-28 11:39:47 +0300
commit748b89ee948c9b2123e86da40c46b71ae27ede80 (patch)
tree6e9be02f71db33ad2be7fdb1a04a586fc2726e47 /spec/features
parent4576d55f44cfec6d6cab0df063ae9c26824222dd (diff)
Remove token field from runners edit form
Add changelog entry Remove unnecessary test checking for form value Translations updated for gitlab.pot Use proper format on changelog entry
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/admin/admin_runners_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/features/admin/admin_runners_spec.rb b/spec/features/admin/admin_runners_spec.rb
index 4ad90c96558..0d5f5df71b6 100644
--- a/spec/features/admin/admin_runners_spec.rb
+++ b/spec/features/admin/admin_runners_spec.rb
@@ -282,10 +282,6 @@ describe "Admin Runners" do
visit admin_runner_path(runner)
end
- describe 'runner info' do
- it { expect(find_field('runner_token').value).to eq runner.token }
- end
-
describe 'projects' do
it 'contains project names' do
expect(page).to have_content(@project1.full_name)