BigW Consortium Gitlab

Unverified Commit cb504c1e by Filipa Lacerda Committed by James Lopez

Merge branch 'ci-lint-dispatcher-fix' into 'master'

Change path of CI lints create index.js file Closes #44181 See merge request gitlab-org/gitlab-ce!17751
parent c5130459
...@@ -39,6 +39,7 @@ describe 'CI Lint', :js do ...@@ -39,6 +39,7 @@ describe 'CI Lint', :js do
it 'displays information about an error' do it 'displays information about an error' do
expect(page).to have_content('Status: syntax is incorrect') expect(page).to have_content('Status: syntax is incorrect')
expect(page).to have_selector('.ace_content', text: yaml_content)
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment