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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2015-12-22 11:40:32 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2015-12-22 11:40:32 +0300
commitd74b254d97e253e857a53e0320295966ac27ecff (patch)
treeaa94643443e2dbcd2f322d0f2ab3fa10497820fe /spec/features
parent2ed7b964fa56c14e4344530a1e6896c69dded58e (diff)
Make CI Lint form synchronous
This removes `remote: true` from CI Lint form, making it synchronous form. This also removes some complexity related to displaying lint messages. View also has been updated, removed deprecated Bootstrap 2 tags. Improved design. Closes #4206
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/ci_lint_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/ci_lint_spec.rb b/spec/features/ci_lint_spec.rb
index 441a3c702c7..e6e73e5e67c 100644
--- a/spec/features/ci_lint_spec.rb
+++ b/spec/features/ci_lint_spec.rb
@@ -5,7 +5,7 @@ describe 'CI Lint' do
login_as :user
end
- describe 'YAML parsing', js: true do
+ describe 'YAML parsing' do
before do
visit ci_lint_path
fill_in 'content', with: yaml_content