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
path: root/spec
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-01-12 00:37:46 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-02-06 23:51:18 +0300
commit8c1e9ecde3f07bc74a6d6c1be54ba55a0932a2d6 (patch)
tree962dd4bb56817f877472dde174fb979b6a96098b /spec
parente4b345ca4c36fc44ae0365ac1db3d809dd9f5608 (diff)
Corrected tests and changed trigger controller redirects to the ci_cd_pipelines_settings controller
Diffstat (limited to 'spec')
-rw-r--r--spec/features/runners_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/runners_spec.rb b/spec/features/runners_spec.rb
index 0e1cc9a0f73..0e381cf25ce 100644
--- a/spec/features/runners_spec.rb
+++ b/spec/features/runners_spec.rb
@@ -122,7 +122,6 @@ describe "Runners" do
scenario 'user checks default configuration' do
visit namespace_project_runner_path(project.namespace, project, runner)
-
expect(page).to have_content 'Can run untagged jobs Yes'
end