summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-03-14 17:02:52 +0000
committerPhil Hughes <me@iamphill.com>2018-03-14 17:02:52 +0000
commitd603de17688d833d8c9416b27cbb083d48a08d3f (patch)
tree0c28b89b3fad415e29c0a07c8b6c847eaa4fe960
parent4d1d3834fd4dca57a7adc8d9d5c284f5f2329fbc (diff)
downloadgitlab-ce-ci-lint-dispatcher-fix.tar.gz
add check for ace editor on create routeci-lint-dispatcher-fix
-rw-r--r--spec/features/ci_lint_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/ci_lint_spec.rb b/spec/features/ci_lint_spec.rb
index b1dceec9da8..220b934154e 100644
--- a/spec/features/ci_lint_spec.rb
+++ b/spec/features/ci_lint_spec.rb
@@ -39,6 +39,7 @@ describe 'CI Lint', :js do
it 'displays information about an error' do
expect(page).to have_content('Status: syntax is incorrect')
+ expect(page).to have_selector('.ace_content', text: yaml_content)
end
end