summaryrefslogtreecommitdiff
path: root/spec/features/ci_lint_spec.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2015-12-22 09:40:32 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2015-12-22 09:40:32 +0100
commitd74b254d97e253e857a53e0320295966ac27ecff (patch)
treeaa94643443e2dbcd2f322d0f2ab3fa10497820fe /spec/features/ci_lint_spec.rb
parent2ed7b964fa56c14e4344530a1e6896c69dded58e (diff)
downloadgitlab-ce-d74b254d97e253e857a53e0320295966ac27ecff.tar.gz
Make CI Lint form synchronousfix/ci-lint
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/ci_lint_spec.rb')
-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