add check for ace editor on create route

This commit is contained in:
Phil Hughes 2018-03-14 17:02:52 +00:00
parent 4d1d3834fd
commit d603de1768
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

@ -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