summaryrefslogtreecommitdiff
path: root/spec/features/ci_lint_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-03-19 22:15:00 +0000
committerRobert Speicher <robert@gitlab.com>2018-03-19 22:15:00 +0000
commit14d18a125e4763bdba2248cfa08913bd26689674 (patch)
tree60b14206a045706dbaafb0566927dc320e66fad1 /spec/features/ci_lint_spec.rb
parent709f4d1226c98810073fd6f8f1e6fc6a579d3da1 (diff)
parent35f4c261d84a35a1223c2fd7d372e0bfcd18194c (diff)
downloadgitlab-ce-14d18a125e4763bdba2248cfa08913bd26689674.tar.gz
Merge branch '10-6-stable-prepare-rc7' into '10-6-stable'
Prepare 10.6-rc7 See merge request gitlab/gitlabhq!2362
Diffstat (limited to 'spec/features/ci_lint_spec.rb')
-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