diff options
author | Phil Hughes <me@iamphill.com> | 2018-03-14 17:02:52 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-03-14 17:02:52 +0000 |
commit | d603de17688d833d8c9416b27cbb083d48a08d3f (patch) | |
tree | 0c28b89b3fad415e29c0a07c8b6c847eaa4fe960 /spec | |
parent | 4d1d3834fd4dca57a7adc8d9d5c284f5f2329fbc (diff) | |
download | gitlab-ce-d603de17688d833d8c9416b27cbb083d48a08d3f.tar.gz |
add check for ace editor on create routeci-lint-dispatcher-fix
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/ci_lint_spec.rb | 1 |
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 |