Commit d22e7a42 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents 42629e08 d603de17
......@@ -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
......
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