From d74b254d97e253e857a53e0320295966ac27ecff Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Tue, 22 Dec 2015 09:40:32 +0100 Subject: 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 --- spec/features/ci_lint_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features/ci_lint_spec.rb') 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 -- cgit v1.2.3